Viewing 2 posts - 1 through 2 (of 2 total)
Hi Bart,
SQL does not gurantee that records from a table are returned in a specific order unless you use the order by. As far as I can see your data...
April 10, 2002 at 3:21 am
#426929
The following script does give you an exmple of how you can solve this problem without using a cursor - although I think that a cursor-based solution is probably faster...
This...
April 5, 2002 at 4:38 am
#426702