Skip to content

Execute SQL or PL SQL code

deepsky edited this page Nov 19, 2011 · 9 revisions

Home

There are severals ways to execute SQL query or PL/SQL code:

  • Use "Query Data" in the context menu of the Database Browser
  • Use "Execute SQL statement" in the context menu of the Structure View Tool Window
  • Select code in the Editor and run it with Ctrl-Shift-M shortcut

Exec SQL Query

Exec PL/SQL block

Clone this wiki locally