데이터베이스(DB)

mysql 테이블 갯수 확인

kth9364 2024. 8. 28. 01:44

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

저작자표시 비영리 변경금지 (새창열림)