比如,
create user h identified by l;
grant create table to h with admin option;
然后我如何收回h的转授权的权限?