How do I write a PL/SQL anonymous block when I have discontinuous blocks?
- by aryan
I have to retrieve an ID and last_name from my table, but my ID is not continuous and there no pattern for the gaps. How do I write a PL/SQL anonymous block for this?