Laravel Query builder and Eloquent dont have support for MySQL INTERSECT #32997
Unanswered
Sourabh2111
asked this question in
General
Replies: 1 comment
-
converted to discussion. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
(select user_id from
skill_user_view
t1 where t1.skill_id
= 60 and t1.value
=1 AND short_name='yes_no_input' andemail
LIKE "%sha%")INTERSECT
(select user_id from
skill_user_view
t2 WHERE t2.skill_id
= 507 and t2.value
= 1 AND short_name='checkbox_input' andemail
LIKE "%sha%")How can I do this using eloquent or query builder?
Beta Was this translation helpful? Give feedback.
All reactions