Can we use WITH clause in oracle .sql script/package?
Basically i have few cursors defind to update few tables , so am thinking to go with WITH clause common fetch creteria for all cursors and make use of it in cursor execution...any inputs really appriciated.