DB/Oracle
전체 테이블 목록과 건수 조회
Lohen
2016. 2. 4. 23:35
SELECT table_name
, num_rows -- 통계정보 건수
FROM user_tables