I wanted to export table data in vertica and generates a SQL INSERT script. I exported table schemas and generated a SQL script. Is there any way to export table data in vertica?
Thank you.
I wanted to export table data in vertica and generates a SQL INSERT script. I exported table schemas and generated a SQL script. Is there any way to export table data in vertica?
Thank you.
What you can do is to write a vsql script that puts its output to file.
Script exp.sql:
Resulting workfile.sql: