Run and EXPLAIN Query
Run query
Click the 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
SQL Editor provides an Explain
button to run EXPLAIN on the selected query. You can click it or use the shortcut key (⌘ + E)
instead of prepending EXPLAIN manually.
Search Result
You can retrieve anything you want from query results quickly.
Export Data
SQL Editor allows exporting query results to CSV
or JSON
files.