我创建了一个用户,授予了修改,查询的权限,并且还授予了该用户将这两个权限转授给其他用户
grant select,insert on temp to a with admin option;
然后题目要求将insert权限收回,并收回用户A的转授的权限;
请问这条命令怎么写?