Oracle 如何查看建表时间

SELECT t.CREATED
FROM user_objects t
where
t.OBJECT_NAME='表名 '
and t.OBJECT_TYPE='TABLE'

 

转载于:https://www.cnblogs.com/liupeipei/p/7910062.html

你可能感兴趣的:(数据库)