scim_uuid as scimGroupUuid,
group_uuid as groupUuid
insert into scim_groups (
scim_uuid,
group_uuid
) values (
#{scimGroupDto.scimGroupUuid,jdbcType=VARCHAR},
#{scimGroupDto.groupUuid,jdbcType=VARCHAR}
)
delete from scim_groups where group_uuid = #{groupUuid, jdbcType=VARCHAR}
delete from scim_groups where scim_uuid = #{scimUuid, jdbcType=VARCHAR}
delete from scim_groups