查询表table_Name中的所有列 select * from user_tab_columns where table_name = ‘xxx ‘ 查询所有表名 select table_name from user_tables