What are you using (PostgreSQL, MySQL, Oracle)? How large is the dataset you are trying to download? Are you running into a specific error message ?
For small datasets (under 1,000 rows), the classic copy-paste method is often the fastest.
Instead of a standard copy, right-click and select Advanced Copy -> Copy as CSV or simply Copy Special . how to download result from dbeaver
If you frequently download massive datasets, you may need to increase the Xmx memory settings in your dbeaver.ini file.
This launches the same Data Transfer wizard mentioned above. What are you using (PostgreSQL, MySQL, Oracle)
Click through the final confirmation screen and click "Start."
Since you are exporting a whole table, you can use the "Extract Settings" to manage fetch sizes, which is helpful for very large tables. Method 3: Copy and Paste (The Instant Way) For small datasets (under 1,000 rows), the classic
This is the most common method used when you have already executed a query and want to save the visible data.