On 5/8/05, Brown, Dave <[EMAIL PROTECTED]> wrote:
> That's not what I want, though. I want to UPDATE the actual values in the
> order_number column so they end up as 1, 2, 3  instead of 1, 3, 4.
> 
> So I want the result of a "select * from table order by order_number" to
> give me:
> a, 1
> c, 2
> d, 3

Use a counter in whatever language you're retreieving the result set in.
It's lots simpler.

Reply via email to