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 |
Tags
- ajax
- 와일드카드
- 안드로이드
- properties
- junit
- 정규식
- laravel
- Spring
- 이클립스
- CentOS
- jquery
- File
- SeLinux
- tomcat
- error
- MySQL
- JSON
- html
- php
- NetBeans
- DB
- input
- Linux
- 톰캣
- java
- Android
- curl
- javascript
- 리눅스
- larravel
Archives
- Today
- Total
합쭈기 programming
[Laravel] mysql 내장 함수 사용 본문
whereRaw ('field = password(?)', array($pw))
이런식으로 쓰던가
where('field', '=', DB::raw('password($pw)'))
요런식으로 쓴다.
'Dev story' 카테고리의 다른 글
[NetBeans] configured http proxy will be used only for pure ftp, to avoid problems, do not use any socks proxy (0) | 2015.11.03 |
---|---|
[Laravel] pagination 처리 (0) | 2015.10.21 |
[Laravel] CSRF (0) | 2015.10.21 |
[Laravel] Query log 출력 (0) | 2015.10.21 |
[HTTP] User Agent 구분 키워드 (0) | 2015.10.21 |