SQL problems please help.

wxdqz

New Member
I am using phpmyadmin to create tables but my SQL doesn't work. What is wrong with this SQL? I don't see anything wrong and phpmyadmin just will not create the table so either it doesn't work or this SQL is wrong.

create table TEST (username varchar(255) PRIMARY KEY, name2 varchar(255),
questionone INT UNIQUE,
questiontwo INT UNIQUE);

Seems simple enough. I don't know why I am having so much trouble.

Thanks.
 
Back
Top