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
>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);
>Fix:
Other names of column work.
>Submitter-Id:
>Originator:[EMAIL PROTECTED]
>Organization:
>MySQL support: