ANTON KADACH

Generation

text to sql syntaxWed, 18 Jan 2023

Оберни все поля одинарными кавычками и добавить их в функцию concat()(все поля в одну) war.address , war.geo_id, fias_id postgresql

SELECT concat('\'',war.address,'\' - ',war.geo_id,' - ',fias_id) FROM customers;

Want to kickstart your project?Use the new AI Studio to create your code