On Fri, 30 Jan 2004 [EMAIL PROTECTED] wrote:

> >Description:
> When creating a table, mysql 5.0.0-alpha (binary package)
> does not accept column name 'Found'.
>
> >How-To-Repeat:
> create table log (Found INT UNSIGNED NOT NULL);
>


FOUND is a reserved word. Use within backticks, ie `Found`

http://www.mysql.com/doc/en/Reserved_words.html


cheers,
Tobias

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

Reply via email to