ROWID Returning NULL
743240Sep 21 2010 — edited Oct 3 2010I am surprised while got NULL (Not No Rows Returned) value in Selecting ROWID ... how it is possible and why ...
can any one help me out?
eg.,
select ROWID --into l_row
from <table>
where <cond1>
and <cond2 >
I required this rowid to use it in an UPDATE statement.