If Null then do not insert
474835Jan 23 2006 — edited Jan 23 2006Hi All,
I am writing a function in which I am selecting 7 fields from the join of two tables.
I want to ensure that if no row is returned then the logic should not insert the rows into another table.
Can anyone tell how do I check for no rows returned?
Had it been a single field I could have used NVL , but how for multiple fields?
Regards,
Amit