540?
old-39
테이블 개수 알아내기 ` (select count(tablename) from informationschema.tables where table_schema=database()) ` -> 2 테이블 이름 길이 추출 ` (select length(tablename) from informationschema.tables where table_schema=da...