Oracle查看数据库中表的创建时间

太过爱你忘了你带给我的痛 2022-09-09 15:52 297阅读 0赞
  1. create table test(id int);
  2. select created,last_ddl_time from user_objects where object_name = 'TEST';

在这里插入图片描述

发表评论

表情:
评论列表 (有 0 条评论,297人围观)

还没有评论,来说两句吧...

相关阅读