select c.*, u.displayName, u.username from layout_comment c inner join myspace_forums.user u on c.user_id = u.userid where c.layout_id = :layout_id order by c.created desc limit :startRow, :rowCount 1397