HI!
i have a little question:
how may i easyly obtain row numbers in a query:
for example how may i obtain:
select <<row_number>>, * from a_table_or_view;
i did some experiences with sequences but without satisfying results;
thx for any hint.
Marcin Inkielman