describe is a reserved word and so is fulltext, I think.

----- Original Message -----
From: "Matt "TrollBoy" Wiseman" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, June 07, 2001 5:52
Subject: Table Creation woes


> can someone tell me what I'm doing wrong here?    I keep getting the error
> "You have an error in your SQL syntax near 'describe text, fulltext text,
> section VARCHAR (32) DEFAULT '0', type VARCHAR' at line 6" and I don't
> understand why:
>
> CREATE TABLE article(
> id INT (4) DEFAULT '0' NOT NULL AUTO_INCREMENT,
> title VARCHAR (128) DEFAULT '0',
> logosmall VARCHAR (128) DEFAULT '0',
> logolarge VARCHAR (128) DEFAULT '0',
> describe text,
> fulltext text,
> section VARCHAR (32) DEFAULT '0',
> type VARCHAR (32) DEFAULT '0',
> PRIMARY KEY(id),
> UNIQUE(id)
> );
>
>
>
>
> ---------------------------------------------------------------------
> Before posting, please check:
>    http://www.mysql.com/manual.php   (the manual)
>    http://lists.mysql.com/           (the list archive)
>
> To request this thread, e-mail <[EMAIL PROTECTED]>
> To unsubscribe, e-mail
<[EMAIL PROTECTED]>
> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to