Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I'm no expert in SQL (Especially the Oracle flavor) but why would the following not work?

SELECT * FROM Products.Category AS c , Products.Product AS p WHERE c.CategoryId = p.CategoryId (+) AND p.ProductId IS NULL AND p.ManufacturerID = 123



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: