1. select replace(uuid(), '-', '');
2. mysql循环函数和变量声明,相加
function `20wdata(count int) return varchar(100)`
begin
declare i int;
set i=0;
while i<count
do
insert 语句
set i=i+1;
end while;
return xx;
end