I am using Oracle SQL (in SQLDeveloper, using the SQL Worksheet). I would like to print a statement before my select, such as
PRINT \'Querying Table1\'; SELECT
PROMPT text to print
Note: must use Run as Script (F5) not Run Statement (Ctl + Enter)