Web
MSSQL 테이블에 있는 필드명 가져오기
shunman
2007. 8. 13. 14:46
select * from syscolumns
where id = object_id('테이블이름')
해주시면 테이블에서 필드이름을 가져오실수 있습니다