Export Results to Dbeaver in CSV

I usually use Dbeaver for windows and always export my result set like this:

  • Run my query → select result → export result set → select export to clipboard → done

This step by step puts my result set on the clipboard and I can paste it where I want to work with it.

The problem is that I am using dbeaver for Mac now and this guide does not work. I can continue until I select my result set, as shown in the figure below:

exporting data set

But as soon as I go further in this process, in the last step I get: no request

Note that the "source" was supposed to show a query that generated a result set, but instead it says "select."

- ( , "").

, , .

+51
3

, ( , ) :

  1. " ...",
  2. (CSV )
  3. , "". ( )
  4. , , ""

, .


DBeaver :

  1. SQL-,
  2. >
  3. (CSV )
  4. , "". ( )
  5. , , ""

, .

, 1 ( ), , .

+80

" ". .

+5

Is there a reason why you cannot select the results and right-click and select "Extended Copy" → "Extended Copy"? I am on a Mac and I always copy the results to the clipboard for pasting.

+1
source

Source: https://habr.com/ru/post/1016449/


All Articles