Hi, > Why is there not some "alias" for the H2 generated sequence > that is created for an AUTO_INCREMENT PK column, > that i can use in NEXTVAL()?
Is there something like this in another database? In H2, auto-increment columns use a sequence, and you could query the sequence directly, but that is also non-standard. You could create a sequence of course. Regards, Thomas --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/h2-database?hl=en -~----------~----~----~----~------~----~------~--~---
