select
    id,
    replace (comment, ',', '') comment from comment_detail where char_length(comment) > 3;