ANTON KADACH

Generation

text to sql syntaxWed, 18 Jan 2023

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

SELECT array_to_string(ARRAY( SELECT name FROM customers WHERE age = 24 ), ', ') AS names;

Questions about programming?Chat with your personal AI assistant