You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of MySQL 8.0.31, all of the database providers officially supported by Laravel now support the INTERSECT and EXCEPT keywords. Syntax-wise it's implementation should be rather similar to existing UNION functions.
Having this supported in the Query Builder would help massively, as currently the only option to use these keywords through SQL queries.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
As of MySQL 8.0.31, all of the database providers officially supported by Laravel now support the INTERSECT and EXCEPT keywords. Syntax-wise it's implementation should be rather similar to existing UNION functions.
Having this supported in the Query Builder would help massively, as currently the only option to use these keywords through SQL queries.
Beta Was this translation helpful? Give feedback.
All reactions