J
Jarek
I have to display a row number left to the row, e.g. like this:
Select ???, Name, City from Customers
Nr. Name City
1 Smith London
2 Wang Shanghai
3 Honda Tokyo
4 Vronov Moscow
5 Kowalski Warsaw
6 Müller Berlin
The number should always begin with 1 and continue, no matter how I sort or
select the records.
What to put instead of those "???" in my above SQL statement?
Select ???, Name, City from Customers
Nr. Name City
1 Smith London
2 Wang Shanghai
3 Honda Tokyo
4 Vronov Moscow
5 Kowalski Warsaw
6 Müller Berlin
The number should always begin with 1 and continue, no matter how I sort or
select the records.
What to put instead of those "???" in my above SQL statement?