Advertisement
Guest User

Untitled

a guest
Nov 24th, 2014
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. name
  2. ----------
  3. item
  4.  
  5. J E 4
  6. Share Facebook Stumbleupon Twitter Google+ Pinterest Linkedin +
  7.  
  8.  
  9. generic_name
  10. -----------------
  11. item
  12.  
  13. J E 4
  14. Share Facebook Stumbleupon Twitter Google+ Pinterest Linkedin +
  15.  
  16. "J E 4
  17. Share Facebook Stumbleupon Twitter Google+ Pinterest Linkedin + "
  18.  
  19. $string_hash = md5('string i dont want to');
  20. DELETE FROM table WHERE MD5(item) = $string_hash
  21.  
  22. DELETE FROM table WHERE id IN(
  23.  
  24. SELECT id FROM table WHERE item = 'J E 4
  25. Share Facebook Stumbleupon Twitter Google+ Pinterest Linkedin + '
  26.  
  27. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement