How do you OR two LIKE statements?

前端 未结 0 702
情歌与酒
情歌与酒 2021-02-11 14:08

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<
相关标签:
回答
  • 消灭零回复
提交回复
热议问题