摘要:
文件-设置-编辑器-检查-校对-拼写错误 取消勾选 阅读全文
posted @ 2023-07-19 15:39
Phoenixy
阅读(1272)
评论(0)
推荐(0)
摘要:
表增加注释 comment on table 表名 is '表注释"; 列增加注释 comment on column 表.列 is '列注释'; 读取表注释 select * from user_tab_comments where comments is not NULL AND TABLE_N 阅读全文
posted @ 2023-07-19 10:29
Phoenixy
阅读(200)
评论(0)
推荐(0)