Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL - Incrementing number
Message
From
30/03/2004 14:35:20
 
 
To
30/03/2004 14:23:03
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00890936
Message ID:
00890942
Views:
15
Hey Hilmar,

Thanks for you reply. I just found your reply to another post. I will try that.

Aloha,

James
>>Hi All,
>>
>>Is there a way to put into a SQL - Select statement a number that increments by 1 and resets at when a value changes? For instance an incrementing number that resets at each zip code.
>>
>>Aloha,
>>
>>James
>
>In principle no, because you have no control in which order the records will be processed. However, if you do a first SELECT into a cursor (with the NOFILTER clause), then it is likely that SELECTing from this cursor will process the records in order. In this case, I would create a UDF, which accepts the key field as a parameter, increments a global variable or a value in a table, and resets when the value changes.
Previous
Reply
Map
View

Click here to load this message in the networking platform