Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I...
Message
From
28/05/2002 09:45:59
 
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00661974
Message ID:
00661976
Views:
26
This message has been marked as the solution to the initial question of the thread.
>Select all the records from 2 cursors and put them into 1 cursor?

Use the UNION feature:

SELECT name,descriptio FROM address ;
WHERE Groupid=lcShippergroup ;
UNION ;
SELECT name,descriptio FROM address ;
WHERE Code = Policy.Id ;
INTO Ultimate Result

The corresponding fields must have the same type and size.

Tamar
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform