Answers for "alter sequence postgres"

SQL
0

alter sequence postgres

ALTER SEQUENCE eadmodulo_id_seq RESTART WITH 8;
Posted by: Guest on January-29-2021
0

postgresql alter table sequence

alter sequence your_sequence restart with 1000;
Posted by: Guest on February-26-2020

Code answers related to "SQL"

Browse Popular Code Answers by Language