Skip to content
Discussion options

You must be logged in to vote

When you select some text and execute it in DBeaver, it sends the selected text as a single query to the database. The title of this query is set correctly. It's not the designed way to execute multiple queries by selecting several of them and pressing button for single query execution.

To achieve the behavior you seem to expect, you can use the Execute SQL Script button to run your queries.

Some databases can handle providing multiple queries as a single and can return you multiple results (that's what you observe). Some databases do not handle it, for example, SQLite.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by E1izabeth
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
xf:sql execution Queries execution
2 participants
Converted from issue

This discussion was converted from issue #37991 on May 29, 2025 15:24.