Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Count the records
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Database:
Visual FoxPro
Divers
Thread ID:
01310624
Message ID:
01311143
Vues:
25
>thanks Naomi your reply,can you expainme what is AddSQL.CatCount. not shoure about addsql. thanks

In VFP9 we can use derived tables, e.g. something like

select * from (select something else from ...) myDerivedTable

or

select * from Table1 inner join (select ...) myAdditionalSQL on ...

So I tried to apply this idea in your situation.
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform