10 2023 档案

Oracle常用语句
摘要:一、表注释 1、添加表注释comment on table scheduler_table is '调度表'2、删除表注释comment on table scheduler_table is '' 3、查询表注释select * from user_tab_comments where table 阅读全文

posted @ 2023-10-07 15:24 这一生,谢谢自己 阅读(71) 评论(0) 推荐(0)