tips and tricks, examples,code snippet and links about Java, JavaScript, jquery, css, html, unix/linux, oracle, mysql, php and web designs that related to my interest
Thursday, September 9, 2010
oracle : display all tables in database
SELECT owner, table_name FROM all_tables order by OWNER ;
No comments:
Post a Comment