05.03.2015, 10:33
It's tricky if you encounter it for the first time:
Because of the "\" line break, the indentation in next line is ignored, so your query looks like
Add space before last "\"
pawn Код:
, `p_hours` =%d\
WHERE `ID`=%d",
Quote:
`p_hours`=1231321WHERE `ID`=1234124 |