I have the following query
SELECT * FROM table WHERE tester <> \'username\';
I am expecting this to return all the results where test
NULL-safe condition would looks like:
select * from table where NOT (tester <=> 'username')