You might want to use single quotes. Select COALESCE(ID.NAME <http://id.name/>,'') from Ident ID;
On Monday, August 22, 2016 at 6:09:02 AM UTC-4, Ashwin Bhoyar wrote: > > I get column not found on COALESCE in h2 . > Sample Query > Select COALESCE(ID.NAME,"") from Ident ID; > > Is there any workaround, in mysql it runs fine. > -- 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 https://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/d/optout.
