Will a
always return the same 9 rows (assuming the table hasnt changed).
TIA
[blue]DBomrrsm[/blue]
[blue]Software code, like laws and sausages, should never be examined in production[/blue][black] - [/black][purple]Edward Tenner[/purple]
Code:
Select *
from TableA
where rownum < 10
always return the same 9 rows (assuming the table hasnt changed).
TIA
[blue]DBomrrsm[/blue]
[blue]Software code, like laws and sausages, should never be examined in production[/blue][black] - [/black][purple]Edward Tenner[/purple]