How do I find shortcuts to run queries on the QuestDB console?

Viewed 29
2 Answers

Ctrl+Enter also runs the query or Command+Enter on Mac crippled of F keys.

You can use F2 to locate the cursor and F9 to run the query at the cursor location or the highlighted selection.

Related