Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
One of the other two INNER JOIN
Message
From
23/04/2015 11:00:02
 
 
To
23/04/2015 10:49:06
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Environment versions
SQL Server:
SQL Server 2012
Application:
Web
Miscellaneous
Thread ID:
01619007
Message ID:
01619016
Views:
30
>Try this ?
>
>
>select Client.Numero from Client join Invoice ON Invoice.Numero=Client.NoInvoice AND Invoice.SecondCondition=True 
>union 
>select Client.Numero from Client join Inventory ON Inventory.Numero=Client.NoInventory AND Inventory.SecondCondition=True 
>	
>
Yes, this would work. But, as I need some fields from the other two tables, I need to keep the LEFT JOIN.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Reply
Map
View

Click here to load this message in the networking platform