Forum
Search
Members
Help
Hello There, Guest!
Login
Username:
Password:
Lost Password?
Remember me
SA-MP Forums Archive
SA-MP Scripting and Plugins
Scripting Help
Help Archive
Threaded Mode
mysql equivalent to '!='
lolumadd_
Gangsta
Posts: 626
Threads: 76
Joined: Apr 2011
Reputation:
0
#1
31.05.2011, 19:40
What syntax is used in MySQL queries to be used as the same as the pawn '!=' or 'anything except'
Thanks
Find
Reply
woot
Gangsta
Posts: 785
Threads: 22
Joined: Jun 2007
Reputation:
0
#2
31.05.2011, 19:46
NOT
f.ex.
Код:
SELECT * FROM `players` WHERE `ClientIP` NOT LIKE '192.168.%'
Find
Reply
Cameltoe
High-roller
Posts: 1,741
Threads: 44
Joined: Apr 2010
Reputation:
0
#3
31.05.2011, 19:55
http://dev.mysql.com/doc/refman/5.0/...operators.html
!= can be used aswell.
Find
Reply
«
Next Oldest
|
Next Newest
»
View a Printable Version
Forum Jump:
Private Messages
User Control Panel
Who's Online
Search
Forum Home
SA-MP
-- News and Updates
-- General
-- Client Support
-- Bug Reports
-- Screenshots and Videos
SA-MP Server
-- Server Support
-- Server Advertisements
SA-MP Scripting and Plugins
-- Scripting Help
---- Tutorials
---- Discussion
---- Help Archive
-- Gamemode Scripts
-- Filterscripts
---- Includes
---- Tools and Files
---- Maps
-- Plugin Development
SA-MP DL Edition
-- SA-MP 0.3.DL
---- Model Releases
Other
-- Everything and Nothing
Non-English
-- Languages
---- Nederlands/Dutch
------ Scripting Showroom en Discussie
------ Off topic
---- Español/Spanish
------ Lanzamientos/Releases
---- Français/French
------ Showroom
---- Русский/Russian
------ Релизы/Releases
---- Português/Portuguese
------ Lançamentos/Releases
---- Română/Romanian
------ Salonul Scripturilor
---- Archive
Users browsing this thread: 1 Guest(s)
SA-MP Forums Archive
SA-MP Scripting and Plugins
Scripting Help
Help Archive