Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cursor
Message
 
 
To
16/04/2003 13:59:21
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Re: Cursor
Miscellaneous
Thread ID:
00778480
Message ID:
00778482
Views:
11
>i have two cursor
>cursor1 and cursor2 and i want to merge them into cursor3
>how

Assuming that cursor1 and cursor2 have the same structure.
SELECT * FROM cursor1 ;
UNION ALL ;
SELECT * FROM cursor2 ;
INTO CURSOR cursor3
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform