Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Create a view from the union of two table
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00891335
Message ID:
00892912
Views:
37
>>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.

I'm curious. Why do you want this view? It seems unusual to make something updateable with a UNION SELECT. I know that many UNION queries will not be updateable, but I don't know the rules there.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform