DELETE FROM mytable WHERE column1.find("has_this_word_somewhere") ?
views:
32answers:
2Don't use double quotes to delimit SQL string literals. They are an invention of the devil.
Roland Bouman
2010-02-24 21:42:25
+1
A:
isn't this just the same as where column like '%has_this_word_somewhere%'
phatmanace
2010-02-24 21:40:31