MySQL Forums
Forum List  »  MySQL Query Browser

Left Join
Posted by: eshoenig
Date: September 26, 2005 12:08PM

Can you use a left join in a query browser query?
Here is what I have and it isnt working for some reason. Any ideas please?

SELECT DISTINCT month.*, DepartmentWorkstations.*
FROM DepartmentWorkstations LEFT JOIN [month] ON (DepartmentWorkstations.chg_type = month.ChargeType) AND (DepartmentWorkstations.item_code = month.ItemCode) AND (DepartmentWorkstations.schedule = month.ScheduleCode)
WHERE (((DepartmentWorkstations.chg_type)<>"p"));

Thank you,
Estee

Options: ReplyQuote


Subject
Written By
Posted
Left Join
September 26, 2005 12:08PM
September 26, 2005 12:25PM
September 26, 2005 02:42PM
September 26, 2005 02:49PM
September 27, 2005 06:55AM
September 28, 2005 01:20AM
September 28, 2005 10:19AM
October 02, 2005 10:53PM
October 01, 2005 04:00PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.