ANTON KADACH

Generation

text to sql syntaxWed, 18 Jan 2023

Запрос, который рассоединяет значения поля через запятую postgresql

SELECT array_to_string(array_agg(nums), ',') FROM unnest(ARRAY[1,2,3,4,5]) nums;

Questions about programming?Chat with your personal AI assistant