Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Query for recurring entries
Message
From
28/04/2010 17:07:00
 
 
To
28/04/2010 11:49:51
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
01462240
Message ID:
01462397
Views:
40
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
>
Previous
Reply
Map
View

Click here to load this message in the networking platform