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 |
Tags
- inner join
- 이미지가로길이
- 인젝션
- xmldom
- ERD
- sql업데이트
- 한글입력체크
- MSSQL보안
- instr
- WML
- JavaScript
- XML
- sql랭킹
- jdbc driver
- update
- join
- 정규식
- 이미지세로길이
- 자바기초
- wap
- array
- asp함수
- VARIABLE
- tempDB
- sql순위
- javascript 한글입력체크
- FileSystemObject
- SPLIT
- VarType
- injection
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