Guest User

Untitled

a guest
Jul 21st, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. SELECT count(s.id)
  2. FROM (
  3. SELECT id FROM l_artist_recording WHERE entity1 = xxx
  4. UNION ALL
  5. SELECT id FROM l_label_recording WHERE entity1 = xxx
  6. );
Add Comment
Please, Sign In to add comment