Top
SELECT column_name,data_type,is_nullable,character_maximum_length FROM information_schema.columns WHERE table_name = '테이블명'
설명 없음 그냥 쓰면됨.