MySQL Forums
Forum List  »  PHP

Re: MySQL 5.5.24 - error in your SQL syntax
Posted by: Peter Brawley
Date: January 19, 2013 11:15AM

The sprintf() call needs a format argument and an argument for each %s, and you would have to call it after assembling the data args. Read the sprintf manual page.

WTF is GetSqlValueString() ?

`group` is a reserved word, rename that column to an unreserved word.

Options: ReplyQuote


Subject
Written By
Posted
Re: MySQL 5.5.24 - error in your SQL syntax
January 19, 2013 11:15AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.