Hi,
I often use the export data into a sql file of a table using a query because it generating the insert lines. Then I replay this script in another schema that have the same table to import data from source.
I would like to make a package or a function that will wrote in a sql file the...