The following scalar functions perform an operation on a date and time input value and return a string, numeric, or date and time value.
The Transact-SQL date and time functions and their determinism property are listed in the following table. For more information about function determinism, see Deterministic and Nondeterministic Functions.
Function | Determinism |
---|---|
Deterministic | |
Deterministic | |
Nondeterministic | |
Deterministic except when used as DATEPART (dw, date) or DATEPART (wk,ww, date ). dw, the weekday datepart, depends on the value that is set by SET DATEFIRST, which sets the first day of the week. The week (wk, ww) datepart reflects changes that are made to SET DATEFIRST. January 1 of any year defines the starting number for the week datepart, for example: DATEPART(wk, 'Jan 1, xxxx') = 1, where xxxx is any year. | |
Deterministic | |
Nondeterministic | |
Nondeterministic | |
Deterministic | |
Deterministic |
'기타 언어 > 데이터베이스(SQL)' 카테고리의 다른 글
rownum 으로 범위지정을 해주고 싶을 때 (0) | 2009.02.17 |
---|---|
Oracle 시퀀스 생성, 추가, 삭제 (0) | 2009.01.31 |
TOAD 에서 Edit 를 통해 sql문을 작성할때 참고해야할 View (0) | 2009.01.19 |
oracle 다운로드와 설치조건 (0) | 2009.01.11 |
MySQL 서버 데몬이 죽었을때 다시 실행하는 방법 (0) | 2008.12.21 |
컬럼에 포함된 특정문자열을 검색해서 그 문자로 또 다른 테이블검색하기 (0) | 2008.11.30 |
UNION ALL 과 ORDER BY 섞어서 쓰기 (0) | 2007.09.06 |
각각의 게시판에서 제일 최근글하나씩을 모아 정렬 (0) | 2007.09.06 |