데이터베이스(DB)
mysql 테이블 갯수 확인
kth9364
2024. 8. 28. 01:44
SELECT COUNT(*) FROM information_schema.tables WHERE table_schema = 'dbName';