oracle 查看表的信息

  1. 查看表的创建时间等基本信息

    select * from user_objects o

    where o.object_type=‘TABLE‘
    AND o.object_name LIKE ‘用户名%‘
    ORDER BY o.created DESC ;

本文出自 “散散的拼着” 博客,请务必保留此出处http://angle8888.blog.51cto.com/7952608/1437381

oracle 查看表的信息,布布扣,bubuko.com

oracle 查看表的信息

上一篇:nodejs、npm、grunt——名词解释


下一篇:Ubuntu,deepin 如何设置中文man手册