Skip to content

Execute SQL or PL SQL code

deepsky edited this page Nov 19, 2011 · 9 revisions

Home

There are two way to execute SQL query:

  • Use "Query Data" in the context menu of the Database Browser
  • Select code in the Editor and run it with Ctrl-Shift-M

Exec SQL Query

To execute PL/SQL anonymous block, select code in the Editor and run with Ctrl-Shift-M shortcut

Exec PL/SQL block

Clone this wiki locally