I have just look the laravel documentation, and I don't see any intersect method with Eloquent... How can I do this ?
SELECT * FROM `store_1`
INTERSECT
SELECT * FROM `store_2`
INTERSECT
SELECT * FROM `store_3`
I have just look the laravel documentation, and I don't see any intersect method with Eloquent... How can I do this ?
SELECT * FROM `store_1`
INTERSECT
SELECT * FROM `store_2`
INTERSECT
SELECT * FROM `store_3`