select tag_id, tag_type, user_id, tag_name, sort, status, url from cms_tags insert into cms_tags tag_type, user_id, tag_name, sort, status, url, #{tagType}, #{userId}, #{tagName}, #{sort}, #{status}, #{url}, update cms_tags tag_type = #{tagType}, user_id = #{userId}, tag_name = #{tagName}, sort = #{sort}, status = #{status}, url = #{url}, where tag_id = #{tagId} delete from cms_tags where tag_id = #{tagId} delete from cms_tags where tag_id in #{tagId}