If i was going to be checking for existence with a particular SQL very frequently, I would go with a more specific version than the generic function, complete with bind variables -- all those hard parses would be undesirable.
Printable View
If i was going to be checking for existence with a particular SQL very frequently, I would go with a more specific version than the generic function, complete with bind variables -- all those hard parses would be undesirable.