Two left join

  • Thread starter Thread starter Man Utd
  • Start date Start date
M

Man Utd

How do I do two left join:

Select *
From Order
Left Join Emp.ID on Emp.ID = Order.StaffID
Left Join OrderDetails on OrderDetails.OrderID = Order.ID

It seems the second Left Join is not supported.
 
See reply to your previous thread.

Please do not create multiple threads on the same question.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top