codice: alter table tab1 add column id bigint not null auto_increment first, add primary key (id)
alter table tab1 add column id bigint not null auto_increment first, add primary key (id)
Regole del Forum