Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Create a view from the union of two table
Message
 
 
To
01/04/2004 03:11:55
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00891335
Message ID:
00891616
Views:
31
>You cannot create view
>with UNION into the VFP view builder
>but you can define the view with code.
>
>
>CREATE SQL VIEW viewUnion as;
>SELECT * FROM dbctry!Table3;
>union all;
>SELECT * FROM dbctry!Table3
>
Thanks Fabio, I will try this approach instead of trying to work with the view builder.
Luc Nadeau
lnadeau@neova.ca

"the theory, it is when all is known and that nothing works. The practice, it is when all works and that nobody knows why." - Albert Einstein (Nobel of physique 1921)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform