Feature request: execute statement without sql editor selection #562
-
Beta Was this translation helpful? Give feedback.
Answered by
serge-rider
Jun 29, 2016
Replies: 2 comments
-
Usually you don't need to select query to execute it. Just point cursor on a query and press ctrl+enter. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
kseniiaguzeeva
-
Great! I didn't notice it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Usually you don't need to select query to execute it. Just point cursor on a query and press ctrl+enter.
DBeaver extracts queries separated by delimiter (";" symbol by default) and/or blank lines.