As the title indicates, I want to create a view that combines multiple tables with different dates. The tables are as follow : (examples)
OutlookEmailsPerDay :
OutlookAttachmentsPerDay :
OutlookSyncPerDay :
OutlookSentEmailsPerDay :
Based on the ComputerSystemId, I want to join those tables to get a result similar to the one in this question : SQL - Combine two tables with different date value Does the same approach work for more than two tables. I know I can combine two tables then add another and so on, but is it possible to do it in one step?