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



Mysql - Oficer - 01.03.2018

Hi, how I can refresh data in table ?
I use MySQL BlueG R41.


Re: Mysql - AroseKhanNiazi - 01.03.2018

You mean clear everything?

'TRUNCATE TABLE tablename' just run this query it will clear the table. All data stored in the table will be removed.