Guest User

Untitled

a guest
Apr 21st, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. mysql> delete from outbox inner join search_result s on s.id = outbox.search_result_id where s.search_term_id in (3,4);
  2.  
  3. ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'inner join search_result s on s.id = outbox.search_result_id where s.search_term' at line 1
Add Comment
Please, Sign In to add comment