79536505

Date: 2025-03-26 13:09:20
Score: 0.5
Natty:
Report link

DuckDB now proposes the following duckdb documentation page :

select array_to_string(['1', '2', 'sdsd'], '/')

which is a more compact way to write:

SELECT list_aggr(['1', '2', 'z'], 'string_agg', '-')

nb: it only works if all elements are of the same type

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: PandaBlue