PostgreSQL -Update -Sequenz Nächster Wert
ALTER SEQUENCE seq_name RESTART WITH 22;
GutoTrosla
ALTER SEQUENCE seq_name RESTART WITH 22;