摘要: 【Oracle SQL】 一行流方式: select count(*) from all_tables where table_name=upper('your tableName') 层次化方式: select count(*) from all_tables where table_name=u 阅读全文
posted @ 2022-08-19 04:45 逆火狂飙 阅读(36) 评论(0) 推荐(0)