oracle查詢用戶所在表為空的表名


 

1 select * from user_tables  where num_rows = 0

查詢之后發現查詢的不全,查詢之后發現num_rows為空

select * from user_tables  where nvl(num_rows,0) = 0

 這樣就全部查詢出來了


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM