mysql check - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: mysql check (
/showthread.php?tid=316748)
mysql check -
ajwar - 08.02.2012
Hi, how to check if varchar field (playername) is empty?
Re: mysql check - T0pAz - 08.02.2012
by using
NULL keyword on MySQL.
Re: mysql check -
ajwar - 08.02.2012
example?