pub fn alter_sequence_increment(qname: &QualifiedName, n: i64) -> String
ALTER SEQUENCE qname INCREMENT BY n;