Hi all, I have a SURNAME column in my H2 table and it contains some surnames with apostrophes. I've read that in H2 the apostrophe escape is like in Oracle, so it is a double apostrophe, is it correct? But this query doesn't work, it found 0 result but I have one surname like that:
*SELECT * FROM T_CSV_I_TEMP WHERE SURNAME = 'D''Angelo'* Can you help me? thank you, Luigi -- 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.
