SA-MP Forums Archive
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right synta - 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: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right synta (/showthread.php?tid=551623)



You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right synta - Banditukas - 20.12.2014

Code:
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
How to understand '' ?

Code:
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''0 18976' at line 1
I can't use string 0 18976 ?


Re: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right s - Misiur - 20.12.2014

That error indicates something wrong right BEFORE the part it shows here.
Quote:

''0 18976'

This could mean you have somehting like
Quote:

'something'0 1876

in your query. Without full query nothing more can't be said.