Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Databricks SQL - How to get all the rows (more than 1000) in the first run?

Currently, in Databricks if we run the query, it always returns 1000 rows in the first run. If we need all the rows, we need to execute the query again.

In the situations where we know that we need to download full data(1000+ rows), is there a turn around way to execute the query to get all the rows in the first run without re-executing the query?

like image 671
MrKrizzer Avatar asked Oct 01 '20 19:10

MrKrizzer


1 Answers

There should be a down arrow next to the download button which allows you to Download full results. Are you seeing that in your interface? (Source)

Down arrow next to download button.

like image 64
Kaisa Crawford-Taylor Avatar answered Sep 17 '22 13:09

Kaisa Crawford-Taylor