SQLで書く。
1 2 |
$tel = "09012349999"; $customer = Customer::where(DB::raw('concat(tel01,tel02,tel03)'), $tel)->first(); |
最近はウェブ系アプリ中心、あとWindowsアプリちょっと
1 2 |
$tel = "09012349999"; $customer = Customer::where(DB::raw('concat(tel01,tel02,tel03)'), $tel)->first(); |