select table_name from ALL_TABLES where TABLESPACE_NAME='xxx' and NUM_ROWS > 0 order by table_name asc;
转载于:https://www.cnblogs.com/kakaisgood/p/7944089.html
select table_name from ALL_TABLES where TABLESPACE_NAME='xxx' and NUM_ROWS > 0 order by table_name asc;
转载于:https://www.cnblogs.com/kakaisgood/p/7944089.html