> mysql> create table prova (`Termination ` int);
> ERROR 1166: Incorrect column name 'Termination '

The manual says:
"Database, table, and column names should not end with space characters."
http://dev.mysql.com/doc/mysql/en/legal-names.html

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to