Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- asp.net
- 자바
- C#
- scrollView
- SpringSource Tool Suite
- decompiler
- TextBox
- Apache Lucene
- MANTIS
- Android
- 이클립스
- 안드로이드
- Maven
- Java
- WebView
- 자바스크립트
- 웹뷰
- jsp
- Eclipse
- MSsql
- Redirect
- Bootstrap
- 컬럼명
- MS-SQL
- Web Service
- html
- javascript
- STS
- varags
- 웹 서비스
Archives
- Today
- Total
bboks.net™
MS SQL DateTime 비교 본문
select * from table_name where condition_1
and
(cast(sd_date as smalldatetime) >= cast('2006-05-02 00:00:01' as smalldatetime)
and
cast(sd_date as smalldatetime) <= cast('2006-05-02 23:59:59' as smalldatetime))
and
(cast(sd_date as smalldatetime) >= cast('2006-05-02 00:00:01' as smalldatetime)
and
cast(sd_date as smalldatetime) <= cast('2006-05-02 23:59:59' as smalldatetime))