alter table foo add newid sequencial;

alter table foo drop field_id;

alter table foo rename newid to field_id;

Reply via email to