Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 3 of 3 total
Thread Running counter
Fri, Aug 17 2007 8:39 AMPermanent Link

John
Hi.

I want to have a SQL-statement where a field is a running counter.

Something like this: SELECT field1, field2, ($i=$i+1) AS counter FROM table;

Is it possible?
Fri, Aug 17 2007 10:05 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

John


Check out RUNSUM

Roy Lambert
Fri, Aug 17 2007 11:52 AMPermanent Link

John
Thx, Roy!
Image