Re: Problem with Left joins and WHERE clause
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'
Subject
Written By
Posted
February 11, 2019 03:56AM
February 11, 2019 10:59AM
Re: Problem with Left joins and WHERE clause
February 11, 2019 01:35PM
February 11, 2019 01:36PM
February 11, 2019 01:41PM
February 12, 2019 12:33AM
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.