MySQL Forums
Forum List  »  Newbie

1005 - Can't create table
Posted by: Daniel Isaacs
Date: July 28, 2005 01:40AM

I'm running MySQL 5.0.9-beta
i'm trying to create this table
CREATE TABLE Book(
BookID DOUBLE Primary Key,
Title VarChar(100) Unique Not Null,
Version FLOAT Unique Not Null
)

and it sends me that error
how do i fix this

Options: ReplyQuote


Subject
Written By
Posted
1005 - Can't create table
July 28, 2005 01:40AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.