database/maria

[mysql]테이블 총 개수 출력

콤마, 2021. 11. 9. 10:15

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