Write a SQL query to print words that do not contain '%' symbol in a table

后端 未结 0 1890
遇见更好的自我
遇见更好的自我 2020-12-10 15:07

I wrote the following query:

SELECT * from TABLENAME WHERE COLUMNNAME NOT LIKE (\'%%%\');

Assume that the table has only one column. The prob

相关标签:
回答
  • 消灭零回复
提交回复
热议问题