Laravel 的 Eloquent 使用 Between $query->whereBetween('age',[$from,$to]) 这是生成 And between ... and ..., or between ... and ... 是 orWhereBetween Laravel 使用关联查询 参考: Query where column is in another table Laravel 5 where clause from another table Eloquent O