Unique Indexes for MySQL -
i'm trying find out i'm missing syntax errors corrected can apply unique index field in table called vehicledrive.
alter table `vehicledrive` add unique `name`;
i'm receiving error:
you have error in sql syntax; check manual corresponds mysql server version right syntax use near '' @ line 1
Comments
Post a Comment