You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to H2 Database
I have an H2 database that I need to access. My goal is,first, from the command line, going into the database and check what I have. Second, export all the data to CSV. How can I do that?
Giovanni Martinez
unread,
Feb 7, 2019, 3:35:48 PM2/7/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to H2 Database
I connected to the database using PyCharm Pro. I connected to the database using the following connection string: jdbc:h2:file:/var/lib/rundeck/data/rundeckdb.mv.db. But I still don't see my schema.
Evgenij Ryazanov
unread,
Feb 7, 2019, 11:37:35 PM2/7/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to H2 Database
Hello.
You can use CSVWRITE function to export some table or query results to CSV: