Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Union Results
Message
From
08/09/2000 19:02:09
John Tomblin
Service Station Systems, Inc.
San Jose, California, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Union Results
Miscellaneous
Thread ID:
00414484
Message ID:
00414484
Views:
49
The command:
select FirstName from MyList
result is 100 records

The command:
select FirstName from YourList
result is 200 records

The command:
select FirstName from MyList;
union select FirstName from YourList
result is not 300 records it is 50 records. Only the unique FirstName

I am seeking the syntax which will give me all 300 records.
Next
Reply
Map
View

Click here to load this message in the networking platform