Hi,

You are using a reserved function name "AREA" (polygon function) as a
fieldname. Simply change the field's name or try using quotes around
it...

        Detlev

> [...]
> FOREIGN KEY (A_areaNum) REFERENCES Area(areaNum),
> [...] 

> Any ideas?

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

Reply via email to