How to sort by column #157
-
$ tv sample.csv {magic switch} num_emails |
Beta Was this translation helpful? Give feedback.
Answered by
alexhallam
Dec 23, 2022
Replies: 1 comment 2 replies
-
Thanks for the suggestion. I am trying to keep duckdb --csv -c "SELECT passenger_count, COUNT(*), AVG(total_amount) FROM taxi.csv GROUP BY passenger_count ORDER BY passenger_count" | tv or in your case duckdb --csv -c "SELECT * FROM sample.csv ORDER BY num_emails " | tv |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sorry,
here is the correction