SA-MP Forums Archive
Mysql Help - 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 Help (/showthread.php?tid=655269)



Mysql Help - TadePoleMG - 17.06.2018

Hi guys

I wanted to know that how much long can i make a mysql_query.
Example Code:
PHP код:
mysql_query("CREATE TABLE IF NOT EXISTSDataBase(User VARCHAR(24), Name VARCHAR(24), Password VARCHAR(40), IP VARCHAR(16), Money INT(20), Score INT(30), AdminLevel INT(10), VIPLevel INT(10), Kills INT(20), Deaths INT(20)) AND SO ON....."); 
Thank You.


Re: Mysql Help - kovac - 17.06.2018

SQL doesn't have a limit for that I guess. However, your string size must depend on the string length.