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
- instr
- tempDB
- 인젝션
- inner join
- 한글입력체크
- asp함수
- sql랭킹
- VarType
- VARIABLE
- jdbc driver
- MSSQL보안
- 이미지가로길이
- sql업데이트
- sql순위
- update
- 정규식
- SPLIT
- WML
- JavaScript
- 자바기초
- javascript 한글입력체크
- 이미지세로길이
- wap
- ERD
- array
- join
- XML
- injection
- xmldom
- FileSystemObject
Archives
- Today
- Total
목록PwdCompare (1)
3초기억력
MS-MQL : 암호화, 암호화 컬럼 비교 ( PwdEncrypt, PwdCompare )
제목 : MS-MQL : 암호화, 암호화 컬럼 비교 table 명 : test_pass column : pass varbinary(500) sql문 insert into test_pass values (PwdEncrypt('test암호')) insert into test_pass values (PwdEncrypt('test암호2')) insert into test_pass values (PwdEncrypt('test암호3')) insert into test_pass values (PwdEncrypt('test암호4')) select pass from test_pass where PwdCompare('test암호', pass) = 1 pass컬럼의 내용이 'test암호' 인것만 추출됨 내용 : PwdEnc..
쿼리_MSSQL
2011. 8. 16. 12:42