[MSSQL] 테이블 스키마 컬럼 정보 조회하기 [MSSQL] 테이블 스키마 컬럼 정보 조회하기 테이블 스키마 컬럼 정보 조회하는 SQL문 select * from information_schema.columns where table_name = 'table_name' -- table_name : 조회하고자 하는 테이블 이름 DB, SQL 2021.03.19