Hi, Is there any way to export the results of a query (e.g. select * from tbl1 where id ="aa" and loc ="bb") into a file as CSV format?
I tried to use "COPY" command with "cqlsh", but the command does not work when you have "where " condition ?!!! does any have any idea how to do this? best, /Shahab