//test_table 是表名,查询时表名必须全部大写
select tt.column_name from user_col_comments tt where tt.table_name=upper('test_table');
oracle 如何获取一个数据表的所有表字段
最新推荐文章于 2025-06-18 15:46:25 发布
//test_table 是表名,查询时表名必须全部大写
select tt.column_name from user_col_comments tt where tt.table_name=upper('test_table');