Query Editor

The Query Editor is the raw SQL workspace for writing, running, and analyzing statements against a selected connection.

Core workflow

Use the editor to:

  • write SQL with syntax highlighting
  • run selected statements or full scripts
  • inspect result tables
  • analyze query behavior before optimizing
  • keep reusable SQL in files and folders
  • work with editor layouts that fit your screen

Editor configuration

Editor layout, font size, syntax theme, minimap, and indentation guides are configured in Editor Settings.

Safety

Before running mutating SQL, confirm the active connection and environment tag. For production-like targets, combine Strict Mode with conservative review habits.