赞
踩
drop function if exists rand_string; create function rand_string (n int) returns varchar(255) begin DECLARE chars_str varchar(255)