Rick -
I have a UDF program that will do this for you. I'll forward a copy to you
with instructions on how to create the UDF...
- sjl
"rick baird" <rick.baird@xxxxxxxxx> wrote in message
news:mailman.3977.1226501791.13295.midrange-l@xxxxxxxxxxxxxxx
Hey all, can this be done with sql?
insert from one file into another -
"from" file has duplicates for order#, no line.
"to" file keyed by order# / line
I want to auto generate the line number in the "to" file, incrementing
by one for each group of orders, resetting on a change in order
numbers.
I looked at NEXT VALUE using sequence objects, but that doesn't seem
to allow the reset on order number breaks.
Thanks in advance,
Rick