hi,
I have a stored procedure which selects from the database
table into local variables. Is there a way to set some indicator
local variables during select to mark if particular field fetched
from database is NULL, without having to do it by
IF-THEN-ELSE logic? (like in Oracle)
thx,
bran