select user_id, text, id from ard_app_task_text insert into ard_app_task_text user_id, text, id, #{userId}, #{text}, #{id}, update ard_app_task_text text = #{text}, id = #{id}, where user_id = #{userId} delete from ard_app_task_text where user_id = #{userId} delete from ard_app_task_text where user_id in #{userId}