SQL: How to perform string does not equal

前端 未结 6 411
长发绾君心
长发绾君心 2020-12-22 20:34

I have the following query

SELECT * FROM table
WHERE tester <> \'username\';

I am expecting this to return all the results where test

6条回答
提交回复
热议问题