Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL return empty record
Message
De
09/02/2004 09:39:59
 
 
À
09/02/2004 09:17:52
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00875407
Message ID:
00875433
Vues:
18
>May I know what is the different on execution between using WHERE and HAVING clause?

On VFP you can use HAVING without GROUP BY clause.
HAVING
- is not optimizable;
- is not called in query analyse phase;
- is called only one time for any record put into result cursor.

This is very usefull like last filter condition into a complex query.

In your problem, i think you move the record pointer in origin table, and vfp copy a empty record.

Fabio
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform