google-code-prettify

星期四, 9月 08, 2011

資料表的查詢

Oracle:
Select table_name from user_tables

PostgreSQL:
select * from pg_stat_user_tables WHERE schemaname='public'
select relname from pg_stat_user_tables WHERE schemaname='public'

沒有留言 :

張貼留言