How do I write a PL/SQL anonymous block when I have discontinuous blocks?

Posted by aryan on Stack Overflow See other posts from Stack Overflow or by aryan
Published on 2010-04-17T04:34:08Z Indexed on 2010/04/17 18:43 UTC
Read the original article Hit count: 233

Filed under:

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?

© Stack Overflow or respective owner

Related posts about plsql