oracle 中查某表的所有列字段

来源:互联网 发布:nginx 默认日志格式 编辑:程序博客网 时间:2024/05/22 19:03
查某表的所有列字段名
select column_name from user_tab_columns where table_name='BH'
查所有表名:
select table_name from user_tables 
原创粉丝点击