DELETE FROM form_template WHERE canEdit_=0 UPDATE form_template SET IS_DEFAULT_=0 WHERE template_type_=#{templateType} UPDATE form_template SET IS_DEFAULT_=1 WHERE template_id_=#{templateId}