I posted a page containing the reserved words at

http://www.knowd.co.jp/staff/nils/

In case it is of any help for somebody.

Best regards

Nils Valentin
Tokyo/Japan

2003年 6月 10日 火曜日 11:18、Jim Winstead さんは書きました:
> On Mon, Jun 09, 2003 at 09:53:12PM -0400, Becoming Digital wrote:
> > SELECT item_name AS name, item_desc AS desc FROM food;
>
> 'desc' is a reserved word.
>
> Try:
>
>   SELECT item_name AS name, item_desc AS `desc` FROM food;
>
> Jim Winstead
> MySQL AB

-- 
================================================
Valentin Nils
Internet Technology

 E-Mail: [EMAIL PROTECTED]
 URL: http://www.knowd.co.jp
================================================


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

Reply via email to