Issue
This Content is from Stack Overflow. Question asked by Saurabh
I am using snowsight to access my snowflake database. I searched the snowsight docs on how to export table as csv but unable to find that option. Does anyone know if we can export table as csv from snowsight?
Solution
You can run
select * from <table-name>;
and export the output in CSV, as shown below:
This Question was asked in StackOverflow by Saurabh and Answered by Sheng It is licensed under the terms of CC BY-SA 2.5. - CC BY-SA 3.0. - CC BY-SA 4.0.