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