create procedure p()
begin
create table casbin_rule_copy2 select distinct * from casbin_rule;
drop table casbin_rule;
alter table casbin_rule_copy2 rename to casbin_rule;
end
call p();
stay hungry stay foolish!
posted @
2024-06-11 16:20
雨V幕
阅读(71)
评论()
收藏
举报