For e开发者_如何学Goxample:
How do i find if the word: "hello" was in the column "greetings"?
SELECT * FROM tab where col1 LIKE '%help%' OR col2 LIKE '%hello%'
and so on...
For e开发者_如何学Goxample:
How do i find if the word: "hello" was in the column "greetings"?
SELECT * FROM tab where col1 LIKE '%help%' OR col2 LIKE '%hello%'
and so on...
精彩评论