Saving frequently used SQL queries

maheshdm

Member
Hi there,
Is there any option PL/SQL Developer where I can save frequently used SQL Queries may as a snippets. I am using template option but that has different purpose so just wanted to check if any other option is there.

thanks.
 
One option is the "Standard queries" function. These standard queries are associated with a table or view though, and are only accessible when right-clicking on that table or view, which may not be what you are looking for.

Another option is the File Browser. It does not have an easy option to copy the text from a file into an editor though.

There are also some Plug-Ins that have such a function.
 
Back
Top