Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL - Incrementing number
Message
De
30/03/2004 14:35:20
 
 
À
30/03/2004 14:23:03
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivie
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00890936
Message ID:
00890942
Vues:
14
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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform