Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Query for recurring entries
Message
De
28/04/2010 17:07:00
 
 
À
28/04/2010 11:49:51
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:
01462240
Message ID:
01462397
Vues:
38
OUUU thanks that works
you >all
>
>No need to use a table for temporary results. Copy the first part into a cursor:
>
>
>select ... into CURSOR Dup;
>  nofilter
>
>
>Now, select data from the main table, either with a subquery, or with a join. With a subquery:
>
>
>select * from MyTable;
>  where fname in (select fname from Dup);
>  into cursor Dup2
>
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform