Hi Group, In browser H2 console, Following updates filed as is ..inserts \n as text character not new line character in the field.
update mytable set myfield='first line\nsecond line' where id=1; I tried \\n and "\n" but no success. I am using H2 1.2.147 console on windows xp. Thanks. Nitin -- 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.
