摘要: 查询自定义对象ddl时间 select pc.relname, case object_type when 'r' then '普通表' when 'i' then '索引' when 's' then '序列' when 'v' then '视图' when 'p' then '存储过程和函数' 阅读全文
posted @ 2025-05-29 23:18 kahnyao 阅读(67) 评论(0) 推荐(0)