2021年6月9日

Oracle 查看所有表结构

摘要: with temp as (select table_name name, '表' type, comments comments, '' tablename, 0 num, '' nullable from user_tab_comments where table_type = 'TABLE' 阅读全文

posted @ 2021-06-09 16:39 lovezj9012 阅读(395) 评论(0) 推荐(0)

导航