I have a stand alone H2 server up and running gathering data. For testing I want to get data out my server into a CSV file. Are there any tools for that?
Take the 2-minute tour
×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.
|
For those who are too lazy to read documentation, this is perhaps all that you need.
You need to just run the call (mentioned above) in the browser based client of H2 that you are most likely using. For those who are not quite that lazy, this is the link to read - http://www.h2database.com/html/functions.html#csvwrite. |
|||
|