Hi there, I wonder if there is a way to "copy select * from some_table into '\path\to\some.csv' delimiters ','; ", so that in output csv there is no double quotes for char vars? (for example, some_string instead of "some_string") P.S. I am using MonetDB v11.21.11 (Jul2015-SP1) on Windows. Thank you, Anton
ok, it has been resolved by copy select * from some_table into '\path\to\some.csv' delimiters ',', '\n', ''; On Thu, Mar 3, 2016 at 10:22 AM, Anton Kravchenko < kravchenko.anton86@gmail.com> wrote:
Hi there,
I wonder if there is a way to
"copy select * from some_table into '\path\to\some.csv' delimiters ','; ",
so that in output csv there is no double quotes for char vars?
(for example, some_string instead of "some_string")
P.S. I am using MonetDB v11.21.11 (Jul2015-SP1) on Windows.
Thank you,
Anton
participants (1)
-
Anton Kravchenko