Session_id varchar(5)prima ry key
Name varchar(30)
Price int
in this mysql database I want to increment the session Id as
S0001 so how can I do with auto increment....
pls suggest me,,,
pls quick reply...
Name varchar(30)
Price int
in this mysql database I want to increment the session Id as
S0001 so how can I do with auto increment....
pls suggest me,,,
pls quick reply...
Comment