/ Published in: SQL
Find Table Name indexing by table comments
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
SELECT TABLE_NAME, COMMENTS FROM USER_TAB_COMMENTS WHERE UPPER(COMMENTS) LIKE '%SOME%TEXT%';