select id, template_id, content, font_color, font_size, font_type, font_spacing, coordinate, image_url, height, width from iot_board_template_content insert into iot_board_template_content template_id, content, font_color, font_size, font_type, font_spacing, coordinate, image_url, height, width, #{templateId}, #{content}, #{fontColor}, #{fontSize}, #{fontType}, #{fontSpacing}, #{coordinate}, #{imageUrl}, #{height}, #{width}, update iot_board_template_content template_id = #{templateId}, content = #{content}, font_color = #{fontColor}, font_size = #{fontSize}, font_type = #{fontType}, font_spacing = #{fontSpacing}, coordinate = #{coordinate}, image_url = #{imageUrl}, height = #{height}, width = #{width}, where id = #{id} delete from iot_board_template_content where id = #{id} delete from iot_board_template_content where id in #{id} delete from iot_board_template_content where template_id = #{templateId}