0
的問題是,該別名fechas
不採取任何價值...我不能用它爲什麼我不能使用別名?使用原始LARAVEL
> $tabla_c2 = DB::table('horarios')
> ->select('id_voluntario',DB::raw("DATE_FORMAT(fecha,'%y-%m-%d')as fechas"))
> ->where('id_voluntario','=', $temp)
> ->where('fechas','=', $datee)
> ->get();
這不是一個laravel問題,而是一個SQL限制。重複:https://stackoverflow.com/questions/14413867/mysql-select-as-in-where – Jeffrey
檢查[這也是](https://stackoverflow.com/questions/200200/can-you-use- (''fechas','=',$ datee)'use' - > having(''fechas','='where-clause-in-mysql) – ljubadr
而不是' ,$ datee)' – ljubadr