|
-
Feb 1st, 2011, 11:06 AM
#1
Thread Starter
Lively Member
Where clause matching
how can I return a list of all the rows in the table including null values, as my where clause matching is only true if the value exists in both tables
SELECT * FROM Items, Stock WHERE Items.StocksId=Stock.StocksId
the Items table could have a null value for the StocksId so how do I return these values too!
thanks in advance
enex
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|