Load/Execute Standard Queries

Please forgive this post, I'm sure this is covered somewhere, but I can't find it.
I'm new to PL/SQL Developer, trying in instead of Toad.
I've found how to save a Standard Query, but not how to load one back and execute it.
I'm using v 8.0.1.1.1498

TIA
-- David
 
A standard query is associated with a table or view when you save it. If you subsequently right-click on the table or view you can select the standard query from the corresponding sub menu.
 
thank you - not quite as convenient as a named query in Toad, where I don't have to worry about what table I'm accessing, just store with a sensible name and then rerun when required.
I guess I can do that via a saved SQL Query - unless there is a better way I haven't seen yet.
 
Hi,

you can use projects, templates (with shortcuts) or the favorite-plugin to collect your queries.
 
If you have any issues with the favorites plugin let me know. Be advised that you can group your favorites in different submenus. Also know that you can save a maximum of about 95 favorites (limitation of the plugin framework).
 
Back
Top