mysql(MariaDB) 명령어

 Show column information (컬럼 정보 조회)

show COLUMNS FROM my_table


Show only column name(filed) (컬럼 이름만 조회)

select COLUMN_NAME from information_schema.COLUMNS where TABLE_NAME='my_table';










ing...

1 댓글