Re: select into NULL in PL/SQL

From: crappy <crappygolucky_at_hotmail.com>
Date: 27 Jun 2001 08:09:47 -0700
Message-ID: <ce31c410.0106270709.2329d303_at_posting.google.com>


i guess you could use the NVL function to decode your nulls into something else (e.g., an impossible value that you would recognize was decoded from null). this way you avoid the no_data_found execption. then perform your logic accordingly.

otherwise, you need to handle the exception with standard pl/sql exception handling methods.

hth Received on Wed Jun 27 2001 - 17:09:47 CEST

Original text of this message