I have some old data that I was reading and it's a bit dirty, but I would
still expect this to work. There is a text field that for some reason is
in the input data as 'Starbucks' WITH a single quote at the start and end.
I turn that in two single quotes and generate an SQL statement that looks
like this:
Insert into PAYEES (NAME) values('''Starbucks''')
--
You received this message because you are subscribed to the Google Groups "H2
Database" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/h2-database/-/oxwm8AyF2h0J.
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.