desc is a reserved word.
http://dev.mysql.com/doc/mysql/en/Reserved_words.html
In most cases to use desc as a column you will have to escape it with backticks
like this `desc`.
-Eric
On Sat, 26 Jun 2004 16:19:37 +0530, Nitin <[EMAIL PROTECTED]> wrote:
>
> Hi all,
>
> There's a problem. When
t;Nitin" <[EMAIL PROTECTED]>
Sent: Saturday, June 26, 2004 4:33 PM
Subject: Re: insert into text field
look *carefully* at the insert syntax, paying attention to spaces and
the like:
INSERT INTO tbl_name () VALUES()
the error message gives a good hint too.
-- Original M
Solved.
- Original Message -
From: <[EMAIL PROTECTED]>
To: "Nitin" <[EMAIL PROTECTED]>
Sent: Saturday, June 26, 2004 4:33 PM
Subject: Re: insert into text field
> look *carefully* at the insert syntax, paying attention to spaces and
> the like:
>
>