tekdudedude
Technical User
- Sep 29, 2007
- 79
Hello,
In an Oracle 10g database I have two tables: documents and document_pages. The document_pages is a child table to the documents table. The document_pages table has a varchar2 type field where the values are either: 'HTML' or 'TEXT'.
What SQL can I use to get a count of how many document's contain 'HTML'?
Thanks,
TD
In an Oracle 10g database I have two tables: documents and document_pages. The document_pages is a child table to the documents table. The document_pages table has a varchar2 type field where the values are either: 'HTML' or 'TEXT'.
What SQL can I use to get a count of how many document's contain 'HTML'?
Thanks,
TD