SQL Editor

A comfortable text editor component with line numbers and syntax highlighting. Editor can be (un)hidden by Ctrl+E shortcut.

  1. Run SQL: perfrom a statement (selected or under cursor).
  2. Run Explain: perform a EXPLAIN PLAN for the chosen statement.
  3. Create View: create i view (open a dialog) from the chosen statement.
  4. New: clean the editor and forget any changes.
  5. Open: open a sql file.
  6. Save: save editor content.
  7. Save As: save editor content under the given file name
  8. Write your statements and SQL commands here. Remember that there is a command separator – semicolon (;) – in SQL language.
  9. File modified indicator and the cursor position.