ANTON KADACH

Generation

text to sql syntaxWed, 18 Jan 2023

запрос, который ищет в поле типа массив только значения начинающие с цифры 9. postgresql

SELECT * FROM customers WHERE array_to_string(phones, ', ') LIKE '9%';

Questions about programming?Chat with your personal AI assistant