Return to Snippet

Revision: 64200
at July 13, 2013 00:02 by ceduard0


Initial Code
select TABLE_NAME, COMMENTS   
  from USER_TAB_COMMENTS  
 where upper(COMMENTS) like '%SOME%TEXT%';

Initial URL


Initial Description
Find Table Name indexing by table comments

Initial Title
Find Table Name index by table comments

Initial Tags


Initial Language
SQL