DB/MySql

MySql 칼럼 Comment 조회

밥알이 2017. 3. 6. 14:00

MySql 칼럼 Comment 조회

MySql 칼럼 Comment 조회 명령어

SELECT TABLE_COMMENT FROM information_schema.columns 
WHERE table_schema = 'DB명' 
AND table_name = '테이블명'