본문 바로가기

Programming/DB/SQL

[MySQL] DB 테이블 개수 조회

- DB 테이블 개수 조회


SELECT COUNT(*) FROM information_schema.tables WHERE table_schema = 'dbName';