How to run arbitrary SQL on DBeaver?

Okay, so this may seem like a silly question, but I'm fighting DBeaver and still win, and Google refuses to choose the side.

I developed how to explore the database, view the table structure, even view the table data and filter it.

But if I just want to run an arbitrary SQL statement, how do I do this?

+15
source share
1 answer

30 seconds after posting, I found the answer. The SQL Editor menu appears at the top of the screen (not in Database Navigator). By selecting the SQL Editor that invokes the query window, I can enter SQL into.

+22
source

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


All Articles