oracle : display all tables in database


SELECT owner, table_name FROM all_tables order by OWNER ;

0 comments:

Post a Comment