Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP9 NULL values
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
01001888
Message ID:
01002082
Vues:
22
So _tally has changed when used in an aggregate function SQL. What about the following?
SELECT DISTINCT ALLTRIM(code)+" - "+ALLTRIM(code_desc) AS codename ;
	FROM codes 
        WHERE code_id = "COLLATTYPE" INTO ARRAY a_collatty
PUBLIC a_collatty[_tally+1]
       a_collatty[_tally+1] = " "
	=ASORT(a_collatty)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform