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