Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- update
- tempDB
- array
- WML
- SPLIT
- 한글입력체크
- javascript 한글입력체크
- MSSQL보안
- instr
- 이미지가로길이
- 정규식
- FileSystemObject
- XML
- asp함수
- inner join
- join
- 인젝션
- 이미지세로길이
- xmldom
- jdbc driver
- ERD
- 자바기초
- JavaScript
- sql업데이트
- VARIABLE
- injection
- sql순위
- wap
- sql랭킹
- VarType
Archives
- Today
- Total
3초기억력
ASP - 오늘 날짜 구할때 본문
today_time = Year(now) & Right("0"&Month(now),2) & Right("0"&day(now),2)
대부분 sql 쿼리문 짤때 asp 단에서 저렇게 월/일을 2자리로 안하면, 쿼리가 안되는 경향이...
select * from 테이블 where convert(varchar(10), gedate(), 121) = '"& Year(now) &'-'& Right("0"&Month(now),2) &'-'& Right("0"&day(now),2) &"'"
select * from 테이블 where convert(varchar(8), gedate(), 112) = '"& Year(now) & Right("0"&Month(now),2) & Right("0"&day(now),2) &"'"
'플밍_ASP' 카테고리의 다른 글
ASP Round 함수 - 소수점 이하 몇자리 자를때 사용 (0) | 2009.01.28 |
---|---|
ASP - 자바스크립트 Function 모음 (0) | 2008.11.17 |
asp - w3socket (0) | 2008.11.17 |
ASP - 도스 명령어등 페이지에서 플그램을 실행할 수 있는 컴퍼넌트 (0) | 2008.11.17 |
ASP - Msxml2.DOMDocument 활용법 (0) | 2008.11.17 |
Comments