There's Oracle docs for CREATE SEQUENCE here: http://docs.oracle.com/cd/E14072_01/server.112/e10592/statements_6015.htm#i2067093
MINVALUE is equivalent to H2's CREATE SEQUENCE ... START WITH As far as I can tell H2 has no equivalent to MAXVALUE. Or to be more precise, MAXVALUE in H2 is always Long.MAX_VALUE. On Friday, 4 May 2012 08:44:24 UTC+2, Thomas Mueller wrote: > > Hi, > > what about alias for Oracle sequence MAXVALUE & MINVALUE? >> > > Could you give more details please (a link to the documentation, or > example statements)? > > When will 1.4 of h2 will be released? >> > > Sorry I can't say... This summer I guess. > > Regards, > Thomas > > -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To view this discussion on the web visit https://groups.google.com/d/msg/h2-database/-/DxV6jSRIEZ4J. 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.
