Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Selecting Records
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Divers
Thread ID:
01440504
Message ID:
01440558
Vues:
38
PRIVATE nIndex
nIndex=0

SELECT GetIndex() As recindex, *;
FROM customer;
WHERE postal_cde like 'J2K%';
HAVING empty(mod(recindex - 79, 7))

FUNCTION GetIndex() As Number
	nIndex=nIndex+1
RETURN nIndex 
This solution is probably less elegant, requires extra variable and function; but excludes RECNO() from the equation.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform