How can I test for no rows back from Oracle query
I am trying to figure out how to route to a ‘no data’ path when nothing is returned from my select query. Can someone help me out? What I’ve tried is (in ‘Is there data?’ snap): $retval != null (then go to data path); otherwise, go to nodata path....