"Gerald L. Clark" wrote:
> 
> This does not answer your problem, but 'timestamp' is a reserved word.
> 

...not the complete truth ;-) :

7.34 Is MySQL picky about reserved words?

A common problem stems from trying to create a table with column names
that use the names of datatypes or functions built into MySQL, such as
TIMESTAMP or GROUP. You're allowed to do it (for example, ABS is an
allowed
column name), but whitespace is not allowed between a function name
and the `(' when using functions whose names are also column names. 



...but yes, i re-checked it without "timestamp" - no change!

regards, Jan Legenhausen

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to