Return to Snippet

Revision: 4846
at January 23, 2008 14:14 by thecrumb


Initial Code
select table_name, comments
from dictionary
where table_name like 'user_%'
order by table_name;

Initial URL


Initial Description
Get a list of all the user tables.

Initial Title
Get a list of all the user tables (Oracle)

Initial Tags
sql, Oracle

Initial Language
SQL