selecting null values into variables
439412Oct 19 2005 — edited Oct 19 2005Hi,
I have a select into statement,
select field1 into v_field1 from sample_table where condition1
assume that i always get a maximum of only one row, now suppose my select statement returns no rows, then i get an oracle exception, now is there anyway of copying null value into the variable v_field1, without using count(*) or exception handling???
cheere