SELECT table_name
FROM user_tables Terry M. Hoey
th3856@txmail.sbc.com
While I don't mind e-mail messages, please post all questions in these forums for the benefit of all members.
SELECT table_name FROM user_tables; -- RETURNS ALL OF THE TABLES YOU OWN
SELECT table_name FROM all_tables; -- RETURNS ALL OF THE TABLES YOU HAVE
PRIVILEGES ON
SELECT table_name FROM dba_tables; -- RETURNS ALL OF THE TABLES IN THE
DATABASE
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.