摘要: drop procedure if EXISTS inserts;create PROCEDURE inserts(in param int)begin while param < 1 do insert into systemuser select replace(UUID(), '-', '') 阅读全文
posted @ 2019-03-07 17:57 wzl629 阅读(83) 评论(0) 推荐(0) 编辑