Add Unique - MySQL Command
Also Known As: Add Unique Column
Examples:
alter table people add unique (eye_color)
This code would add a new column, eye_color, to the table called people - if that column didn't already exist.
alter table people add unique (eye_color)
This code would add a new column, eye_color, to the table called people - if that column didn't already exist.
Next Post
"Technology" MOST POPULAR
"Technology" Lastest Articles
Recover your password.
A password will be e-mailed to you.