drewex
01-21-2005, 06:49 PM
Hi i was curious if there is a way to return row number thats been returned,
like
select 'a', SomethingReturnsIT from table
now the result would look like
'a' 1
'a' 2
'a' 3
and so on it has to count one by one, for any kinda result.
Any ideas, i know i can use .nets coding but this would be much easier if there is a way to do it.
like
select 'a', SomethingReturnsIT from table
now the result would look like
'a' 1
'a' 2
'a' 3
and so on it has to count one by one, for any kinda result.
Any ideas, i know i can use .nets coding but this would be much easier if there is a way to do it.