Hello ... I am migrating some older Coldfusion+mysql projects to Railo+H2.
So far all works well, except ... SELECT MAX(memberID) AS memberID FROM ... is working perfectly well with H2 database. However SELECT memberID AS ownerID FROM ... is not working. H2 database returns a memberID column name. In e.g. MySQL, Oracle and even MSaccess, the second statement would return ownerID as column name. Is this a bug in H2 ? Thanks in advance for your reply. - Marco. -- 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.
