Guest User

Untitled

a guest
Feb 20th, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. mysql> select count(vcc.page_id) from ver_chicks_current vcc join pages_tags pt on vcc.page_id=pt.page_id join tags t on t.id = pt.tag_id where category in ('Job', 'Assets', 'Vices', 'Hobbies') and t.name like (select term from banned_terms);
  2. ERROR 1242 (21000): Subquery returns more than 1 row
Add Comment
Please, Sign In to add comment