Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Get data from 2 tables
Message
 
 
To
08/02/2019 04:46:40
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2008 R2
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Desktop
Miscellaneous
Thread ID:
01666006
Message ID:
01666096
Views:
51
>>>Try the following Statement, which error do you receive?
>>>
>>>CREATE VIEW Test
>>>AS SELECT Date, DatePart(hour,Date) as Hr, reading
>>>FROM TABLE1 A
>>>WHERE Date IN
>>>(SELECT Min(Date) as date
>>>FROM TABLE1 B
>>>WHERE DatePart(hour,A.Date) = DatePart(hour,B.Date)
>>>UNION
>>>SELECT Min(Date) as date
>>>FROM TABLE2 C
>>>WHERE DatePart(hour,A.Date) = DatePart(hour,C.Date))
>>
>>
>>Sir view created but when I try to click on design then it display error message shown in attachment.
>
>Interesting, could be the following case:
>
>https://stackoverflow.com/questions/28226369/i-have-a-view-that-runs-fine-when-executed-but-when-i-try-to-open-it-in-design

Yes, most of SQL Server professionals (including Erland Sommarskog) avoid using designers.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform