SPrelewicz
Programmer
I have 2 tables on a lyric discussion site
Titles
title_id
title_name
title_lyricist
title_lyrics
title_artist
title_entered
And POSTS
post_id
title_id
post_author
post_text
I want to be able to list all the titles, and count the # of posts for each title. The problem is some titles have zero posts so my query ignores thos titles, butI syill want them returnd where Ill add a ')' for count.
This is the best i could come up with, but still only those that have posts are returned. I still want the titles that don't have a match in the posts table to be returned with a total_count of zero.
Any any help on this ASAP would be much appreciated.
<a href=' Roman lyric meanings</a>
Titles
title_id
title_name
title_lyricist
title_lyrics
title_artist
title_entered
And POSTS
post_id
title_id
post_author
post_text
I want to be able to list all the titles, and count the # of posts for each title. The problem is some titles have zero posts so my query ignores thos titles, butI syill want them returnd where Ill add a ')' for count.
This is the best i could come up with, but still only those that have posts are returned. I still want the titles that don't have a match in the posts table to be returned with a total_count of zero.
Any any help on this ASAP would be much appreciated.
<a href=' Roman lyric meanings</a>