mysql equivalent to '!='
#1

What syntax is used in MySQL queries to be used as the same as the pawn '!=' or 'anything except'

Thanks
Reply
#2

NOT

f.ex.
Код:
SELECT * FROM `players` WHERE `ClientIP` NOT LIKE '192.168.%'
Reply
#3

http://dev.mysql.com/doc/refman/5.0/...operators.html

!= can be used aswell.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)