Avatar

Correct answer by
Community Advisor

Hi,

Looks like you're trying to use a  script dedicated to Postgresql to create a sequence on SQL database.

 

You should try this instead


INSERT INTO XtkNewId(sSequence, IdSeed) VALUES ('NeoCustomId', 1);

 

Thanks,

David

View solution in original post