반응형

MySQL / MariaDB 컬럼명 조회

SELECT *
FROM INFORMATION_SCHEMA.COLUMNS
WHERE TABLE_NAME='테이블명';
반응형

+ Recent posts