Run
button or use the shortcut key (⌘ + Enter)
to run your queries in the SQL Editor.
If you have multiple SQL queries separated by semicolons, SQL Editor will only run the first query for now.
Explain Query
action to run EXPLAIN on the selected query. You can access it from right click or use the shortcut key (⌘ + E)
instead of prepending EXPLAIN manually.
For PostgreSQL database, Bytebase also embeds PEV2 to visualize the plan.