select * from all_all_tables where num_rows=0
查询数据库中有没有空表
最新推荐文章于 2023-12-29 17:52:08 发布
博客给出了一条Oracle数据库的SQL语句,用于查询所有行数为0的表,语句为select * from all_all_tables where num_rows=0 。
博客给出了一条Oracle数据库的SQL语句,用于查询所有行数为0的表,语句为select * from all_all_tables where num_rows=0 。
select * from all_all_tables where num_rows=0

被折叠的 条评论
为什么被折叠?