일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 이클립스
- c#
- 윈폼
- 윈도우
- 리포팅서비스
- 태그를 입력해 주세요.
- aspnet
- 자바스크립트
- Excel
- replace()
- 프로시저
- DataGrid
- Winform
- javascript
- 단축키
- attr()
- MS
- 마이크로소프트
- jQuery
- CONVERT()
- ASP
- 엑셀
- microsoft
- 비주얼스튜디오
- oracle
- 오라클
- IIS
- windows
- SSRS
- MSSQL
Archives
- Today
- Total
목록특정컬럼 (2)
DJ메탈짱™의 Free Style
[MS-SQL] 특정컬럼정보 조회 #SYSOBJECTS #SYSCOLUMNS #SYSTYPES
특정컬럼에 해당되는 테이블명, 컬럼명, 컬럼타입 조회 SELECT obj.name, col.name, tp.nameFROM sysobjects obj, syscolumns col, systypes tpWHERE obj.id = col.id AND obj.xtype = 'U' and col.xtype = tp.xtypeand col.name like '%owner%'ORDER BY 1
일(job)/DBMS
2016. 1. 15. 17:17