SQL syntax - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: SQL syntax (
/showthread.php?tid=252005)
SQL syntax -
Danny - 29.04.2011
Hey,
Anyone know the right syntax for a mysql delete query? Please post it here.
Thanks,
Danny
Re: SQL syntax -
Vince - 29.04.2011
Look it up on dev.mysql.com?
Code:
DELETE FROM tablename WHERE column = 'somevalue';