查询所有表
select table_name from user_tables;
select * from user_tab_columns where Table_Name='表名';
select * from user_col_comments;