SELECT TABLE_NAME,NUM_ROWS,AVG_ROW_LEN FROM USER_TABLES Where table_name Like 'MC_%';
转载于:https://blog.51cto.com/yunlongzheng/410451
SELECT TABLE_NAME,NUM_ROWS,AVG_ROW_LEN FROM USER_TABLES Where table_name Like 'MC_%';
转载于:https://blog.51cto.com/yunlongzheng/410451