| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | |||
| 5 | 6 | 7 | 8 | 9 | 10 | 11 |
| 12 | 13 | 14 | 15 | 16 | 17 | 18 |
| 19 | 20 | 21 | 22 | 23 | 24 | 25 |
| 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- oracle
- tomcat
- librecad
- 라즈베리파이
- Android
- 설치
- s4a
- 오라클
- 파주
- 운정
- html5
- 스크래치
- 유니티
- 아두이노
- 톰캣
- MSSQL
- 설정
- mysql
- 시작하기
- jsp
- 잡토이
- 리브레캐드
- 예제
- 안드로이드
- Spring Security
- 코딩
- Unity
- 잡토이 메이킹 코딩 학원
- 강좌
- jobtoy
Archives
- Today
- Total
랩제이
특정 테이블 컬럼명 가져오기 본문
반응형
select b.name + ', ', c.name +' (' + cast(b.length as varchar) + ')', 'Rs.Fields(' + cast((b.colid - 1) as varchar)
+ ')'
from dbo.sysobjects a, dbo.syscolumns b, dbo.systypes c
where a.id = b.id and a.name = 'Email게시판' and b.xtype = c.xtype
order by colid
'database > mssql' 카테고리의 다른 글
| (Transact-SQL) (0) | 2012.03.22 |
|---|---|
| open query (0) | 2012.03.22 |
| MSSQL 2005 Express 외부 접속 (0) | 2012.03.22 |
| SQL Server Management Studio Express 인스턴스명 (0) | 2012.03.22 |
| MSSQL 2005 Express 설정 변경 (0) | 2012.03.22 |