No, this won't work in MySQL.
On 13 фев, 18:05, "Eric C Blount" <[EMAIL PROTECTED]> wrote: > select posts.id, comments.id, count(comments.id) as commentscount from > posts, comments where comments.posts_id = posts.id where commentscount = 0 > group by posts.id; > > Right? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
