Hi, Sequences are SQL standard: http://www.linuxnetworks.de/doc/index.php/Portable_SQL/Statements/IDs/Generating_IDs
> Yes the returning clause of PostgreSQL is nice. It's the one I expected to be SQL Standard ;-) I'm not sure if the PostgreSQL "returning" clause is part of the SQL standard. I think there are very few databases that support it. Regards, Thomas On Thu, Jul 3, 2014 at 6:09 PM, Lukas <[email protected]> wrote: > > I will use a sequence if that's SQL standard. Just from the many different > ways you have to create tables with an auto incrementing id I guessed that > this not SQL standard either. > Yes the returning clause of PostgreSQL is nice. It's the one I expected to > be SQL Standard ;-) > > -- > You received this message because you are subscribed to the Google Groups > "H2 Database" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/h2-database. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/d/optout.
