/ Published in: SQL
Expand |
Embed | Plain Text
SELECT event_id,user_id, count(*) FROM event_attend GROUP BY event_id,user_id HAVING count(*) > 1
You need to login to post a comment.
SELECT event_id,user_id, count(*) FROM event_attend GROUP BY event_id,user_id HAVING count(*) > 1
You need to login to post a comment.