Thanks Thomas - I got it resolved.
On Nov 3, 2:23 pm, "Thomas Mueller" <[EMAIL PROTECTED]> wrote: > Hi, > > > I am woundering if someone know that H2 database support the following > > DELETE statement > > > DELETE FROM mytable WHERE mycolumn LIKE 'match_this'; > > Yes this is supported. > > > org.h2.jdbc.JdbcSQLException: General error: > > java.lang.NoClassDefFoundError: java.lang.CharSequence [HY000-63] > > You are using H2 version 1.0.63, I suggest to upgrade to a newer version. > > > java.lang.CharSequence > > at java.lang.Class.verifyImpl(Native Method) > > The exception looks like a problem with your Java installation. Sorry > I don't think I can help you much with that. > > Regards, > Thomas --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
