Tuesday, June 9, 2015

Incorrect table definition; there can be only one auto colum

Create table Tablename (id int not null AUTO_incremment ..........
.....................
.............................
);

IF you have not defined the primary key in above syntax u will face this kind of error.

No comments:

Post a Comment