How do you OR two LIKE statements?

前端 未结 0 470
独厮守ぢ
独厮守ぢ 2021-02-11 13:51

I have tried the following two statements:

  • SELECT col FROM db.tbl WHERE col (LIKE \'str1\' OR LIKE \'str2\') AND col2 = num results in a syntax error<
相关标签:
回答
  • 消灭零回复
提交回复
热议问题