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
COPY
In windows, double quotes should be used to enclose the CQL.
cqlsh -e"SELECT video_id,title FROM stackoverflow.videos" > output.txt