openvk/Web/Models/sql/set-subscriptions-club.tsql

6 lines
362 B
Text
Raw Normal View History

2020-06-07 19:04:43 +03:00
(SELECT target AS __id FROM
(SELECT follower FROM subscriptions WHERE target=? AND model="openvk\\Web\\Models\\Entities\\Club") u0
RIGHT JOIN
(SELECT target FROM subscriptions WHERE follower=? AND model="openvk\\Web\\Models\\Entities\\Club") u1
ON u0.follower = u1.target WHERE u0.follower IS NULL) u2
INNER JOIN profiles ON profiles.id = u2.__id