- 查看表的创建时间等基本信息
select * from user_objects o
where o.object_type=‘TABLE‘
AND o.object_name LIKE ‘用户名%‘
ORDER BY o.created DESC ;
oracle 查看表的信息
时间: 2024-12-15 06:14:01
select * from user_objects o
where o.object_type=‘TABLE‘
AND o.object_name LIKE ‘用户名%‘
ORDER BY o.created DESC ;
oracle 查看表的信息