原文:Oracle数据库中查看所有表和字段以及表注释.字段注释

修改字段注释SQL: COMMENT ON COLUMN 表名.字段名 IS 注释内容 获取表: select table name from user tables 当前用户拥有的表 select table name from all tables 所有用户的表 select table name from dba tables 包括系统表 select table name from db ...

2021-11-01 15:24 0 1880 推荐指数:

查看详情

 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM