查某表的所有列字段名
select column_name from user_tab_columns where table_name='BH'
查所有表名:
select table_name from user_tables