MySQL Forums
Forum List  »  Newbie

Re: SQL Syntax error!
Posted by: Peter Brawley
Date: January 30, 2011 09:07PM

> INSERT INTO academia1 (BIL,FAKULTI / PTJ ...

Spaces and slashes are not allowed characters in MySQL identifiers. A temporary fix would be to enclose such names within backticks. A correct fix would be to change the table definitions such that no column names require backticks.

PB

Options: ReplyQuote


Subject
Written By
Posted
January 27, 2011 12:21PM
January 27, 2011 12:28PM
January 27, 2011 12:37PM
Re: SQL Syntax error!
January 30, 2011 09:07PM


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.