ORACLA 查看表信息 表结构
摘要:
--查看某用户下的表select * from all_tab_comments a where a.TABLE_TYPE='TABLE' and a.OWNER ='用户' and a.COMMENTS is not null; --查看表 字段名称 字段类型 字段长度 字段描述select ta 阅读全文
posted @ 2019-07-11 10:21 金宝的博客 阅读(155) 评论(0) 推荐(0)