'table'에 해당되는 글 1건

  1. 2007/09/27 초록별사랑 sqlserver에서 컬럼정보를 가져오는 방법
select b.name
  from sysobjects a, syscolumns b
 where a.id = b.id
   and a.name = 'goods'
 order by b.colid

컬럼명만 가지고 오고 싶을때 사용한다.
크리에이티브 커먼즈 라이센스
Creative Commons License
2007/09/27 15:44 2007/09/27 15:44
TAG ,
받은 트랙백이 없고, 댓글이 없습니다.

댓글+트랙백 RSS :: http://haroc.haroc.net/tc/rss/response/109