MySQL Forums
Forum List  »  General

Re: Problem with Left joins and WHERE clause
Posted by: Gordon Stewart
Date: February 11, 2019 01:35PM

Thanks - I'll research it tonight after i get home.

The latest code i have is here - 0 errors. but no results either.

SELECT main . * , story_category_link.Category, story_category_link.indexa
FROM story_category_link
LEFT JOIN main ON `story_category_link`.`indexa` = `main`.`Index`
WHERE story_category_link.Category = 'ARRANGEMENT'

Options: ReplyQuote


Subject
Written By
Posted
Re: Problem with Left joins and WHERE clause
February 11, 2019 01:35PM


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.