have_vote ENUM (3),
must be this:
  have_vote ENUM ('3'),

Greetings,
Ansgar


> What is the error in this sql query ???
> _________________________________________
> CREATE TABLE page(
> page_ID INT (9) UNSIGNED DEFAULT '0' NOT NULL AUTO_INCREMENT,
> relative_path VARCHAR (200) Not NULL,
> keywords VARCHAR (200) ,
> have_vote ENUM (3),
> PRIMARY KEY(page_ID),
> UNIQUE(page_ID),
> INDEX(page_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

Reply via email to