I have a SQLquery equal to is working but when I try to change and run as != its not working Please Help .
SELECT * FROM Database1 WHERE JobLevel IN != ('".$JobLevel_filter."')
I have to add not equal to query (!=) to job level .
I have a SQLquery equal to is working but when I try to change and run as != its not working Please Help .
SELECT * FROM Database1 WHERE JobLevel IN != ('".$JobLevel_filter."')
I have to add not equal to query (!=) to job level .
Try to use "<>" or "not like 'ABC'" instead of "!="