showing null rows using join
- by Pradyut Bhattacharya
Hi,
In mysql i m selecting from a table shouts
having a foreign key to another table named "roleuser"
with the matching column as user_id
Now the user_id column in the shouts table for some rows is null
(not actually null but with no inserts in mysql)
How to show all the rows of the shouts table either with user_id null or not
I m executing…