select id, name, description, created_at, updated_at, english_name, xml_content from behaviortree insert into behaviortree name, description, created_at, updated_at, english_name, xml_content, #{name}, #{description}, #{createdAt}, #{updatedAt}, #{englishName}, #{xmlContent}, INSERT INTO afsim_scenario (name, description, scenario_path, communication_graph) VALUES (#{name}, #{description}, #{scenarioPath}, #{communicationGraph}) update behaviortree name = #{name}, description = #{description}, created_at = #{createdAt}, updated_at = #{updatedAt}, english_name = #{englishName}, xml_content = #{xmlContent}, where id = #{id} delete from behaviortree where id = #{id} delete from behaviortree where id in #{id}