Hello. You can use CSVWRITE function to export some table or query results to CSV: http://h2database.com/html/functions.html#csvwrite
There in so way to export the whole database to CSV, because database may contain multiple tables and other objects. But you can use SCRIPT TO command to export everything to SQL if you need it: http://h2database.com/html/grammar.html#script -- 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.
