MySQL Forums
Forum List  »  General

Re: Comlicated SELECT statement. Help appreciated!
Posted by: nick
Date: March 14, 2005 03:33PM

Try again:

SELECT dd_album.album_label, count(dd_asset.asset_album_id)
FROM dd_albums
LEFT JOIN dd_asset ON dd_album.album_id = dd_asset.asset_album_id
GROUP BY dd_album.album_label

Options: ReplyQuote


Subject
Written By
Posted
Re: Comlicated SELECT statement. Help appreciated!
March 14, 2005 03:33PM


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.