I\'m new in cassandra, and I have to export the result of a specific query to a csv file.
I found the COPY command, but (from what I understand) it allo
cqlsh> CAPTURE cqlsh> CAPTURE '/home/Desktop/user.csv'; cqlsh> select *from user; Now capturing query output to '/home/Desktop/user.csv'.
Now, view the output of the query in /home/Desktop/user.csv