Okay gotcha. Yes I realize it's not an Oracle clone but unfortunately I cannot change the base code for our program that uses @ identifiers for other databases. Thanks for clarifying that H2 does not support this.
Regards, -Wesley On Tuesday, August 4, 2015 at 12:45:28 AM UTC-5, Thomas Mueller wrote: > > Hi, > > H2 is not an Oracle clone, don't expect it to be fully compatible. > > Other databases such as PostgreSQL also don't support the "@" in unquoted > identifiers. I suggest to use use valid ANSI SQL syntax. > > Regards, > Thomas > > -- 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.
