create function f(a int,b int) returns text begin declare re text; while b > 0 do set re=concat_ws(',', re, a); select a+1, b-1 into a, b; end while; return re; end;
56,890
社区成员
56,754
社区内容
加载中
试试用AI创作助手写篇文章吧