gog.group_uuid as groupUuid,
gog.organization_name as organizationName
insert into github_orgs_groups (
group_uuid,
organization_name
) values (
#{groupUuid,jdbcType=VARCHAR},
#{organizationName,jdbcType=VARCHAR}
)
delete from github_orgs_groups where group_uuid = #{groupUuid, jdbcType=VARCHAR}
delete from github_orgs_groups