I want to create a table with 1 text column, and I want it to be unique.
Here is what I did:
CREATE TABLE Fav {
Category_Name TEXT,
UNIQUE (Category_Name)
}
But this SQL won’t execute. Why?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Change the
{and}for(and).