SA-MP Forums Archive
Adding a new variable after creating the table on mysql - 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: Adding a new variable after creating the table on mysql (/showthread.php?tid=491383)



Adding a new variable after creating the table on mysql - Tamer - 30.01.2014

How can we add a new table variable after the table is created?


Re: Adding a new variable after creating the table on mysql - Tamer - 31.01.2014

Let's put this up.


Re: Adding a new variable after creating the table on mysql - PowerPC603 - 31.01.2014

http://www.tech-recipes.com/rx/378/a...g-mysql-table/
You can send a query to add a new column in an existing table.

As for your long line, just use one huge line, then split it up into multiple rows (place your cursor after a comma and press enter).
It will work.


Re: Adding a new variable after creating the table on mysql - Tamer - 01.02.2014

Thanks PPC.