select object_name, created, last_dll from user_objects where created <> last_dll --and object_type = 'TABLE'
--查询存储过程最后一次被修改 select object_name, created, last_dll from user_objects where object_type = 'PROCEDURE';
17,140
社区成员
55,259
社区内容
加载中
试试用AI创作助手写篇文章吧