1. 程式人生 > >ORACLE列出所有表

ORACLE列出所有表

select * from user_tables where table_name = '使用者名稱'

 

select * from user_tables where num_rows>10

然後把列名拷貝到電子表格裡面批量生產select*from語句 批量查詢