$groups = Groups::where("min", '>=', $result->Z)->where("max", '<=', $result->Z)->orderBy('min')->get();
Where $result->Z is 52.850294770880225.
So, I should get row:
4 | 47.01 | 52.99 | 0
Instead empty:
Collection {#631 ▼
  #items: []
}
via Chebli Mohamed

 
Aucun commentaire:
Enregistrer un commentaire