SELECT C.id commentId, C.body commentBody, C.created_at commentCreatedAt, C.article_id commentArticleId, from comments C left join users U on C.user_id = U.id