1 line
49 B
Text
1 line
49 B
Text
select string_agg('a',' ') as a from range(0,5);
|
select string_agg('a',' ') as a from range(0,5);
|