pip install cx_Oracle
查询表注释
select * from user_col_comments t where 1=1and t.comments is not nulland t.table_name = @TABLE
select * from user_tab_columns t where t.table_name = '表名'
本文共 228 字,大约阅读时间需要 1 分钟。
pip install cx_Oracle
查询表注释
select * from user_col_comments t where 1=1and t.comments is not nulland t.table_name = @TABLE
select * from user_tab_columns t where t.table_name = '表名'
转载于:https://my.oschina.net/chworld/blog/514714