retreive the sql queries
I am using Oracle database management system to write SQL queries.
So far, I have written around 200 queries in SQL command line editor to perform a variety of tasks.
Now I want to save those queries in a text file so that the same could be used by students for practice.
Is there any way to retrieve all the queries that I have written on the command line?
So far, I have written around 200 queries in SQL command line editor to perform a variety of tasks.
Now I want to save those queries in a text file so that the same could be used by students for practice.
Is there any way to retrieve all the queries that I have written on the command line?
0