- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
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