Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
View from 2 tables like UNION
Message
From
04/12/1998 05:57:53
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00163996
Message ID:
00164008
Views:
26
>Is it possible to make view as follows:?
>SELECT * FROM table1 ;
>UNION ;
>SELECT * FROM table2
>
>Where table1 and table2 has identical structure.

Sure, although it would have to read more like...
SELECT * FROM table1 ;
 UNION ( ;
SELECT * FROM table2 )
If you want to include all records from both tables, use UNION ALL
EMail: EdR@edrauh.com
"See, the sun is going down..."
"No, the horizon is moving up!"
- Firesign Theater


NT and Win2K FAQ .. cWashington WSH/ADSI/WMI site
MS WSH site ........... WSH FAQ Site
Wrox Press .............. Win32 Scripting Journal
eSolutions Services, LLC

The Surgeon General has determined that prolonged exposure to the Windows Script Host may be addictive to laboratory mice and codemonkeys
Previous
Reply
Map
View

Click here to load this message in the networking platform