insert into comments(id, body, user_id, article_id, created_at, updated_at) values ( #{comment.id}, #{comment.body}, #{comment.userId}, #{comment.articleId}, #{comment.createdAt}, #{comment.createdAt} ) delete from comments where id = #{id}