Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
SQL> desc yermom
Name Null? Type
----------------------- -------- ----------------
X CLOB
select * from yermom;
X
-------------------------------------------------------------------------------------------------
This is leading text. <?xml version="1.0" encoding="UTF-8"?><AddressInfo/> This is trailing text.
This is leading text. <?xml version="1.0" encoding="UTF-8"?><AddressInfo/> This is trailing text.
This is leading text. <?xml version="1.0" encoding="UTF-8"?><NameInfo/> This is trailing text.
This is leading text. <?xml version="1.0" encoding="UTF-8"?><NameInfo/> This is trailing text.
select count(*) from yermom where x like '%<?xml version="1.0" encoding="UTF-8"?><AddressInfo/>%';
COUNT(*)
----------
2