View Single Post
Old 2009-01-01, 04:42 PM   #4
MadCat
If something's hard to do, then it's not worth doing
 
MadCat's Avatar
 
Join Date: Sep 2008
Location: Berlin, Germany
Posts: 247
Oh... wait...

Try using `Real` instead of Real.

REAL is a MySQL datatype, hence a reserved word, so it gets seriously peevy when you try and use it as a column name. Sticking backticks around it should fix that issue.
__________________
What's blue and not heavy?
MadCat is offline   Reply With Quote