ANTON KADACH

Generation

text to sql syntaxTue, 17 Jan 2023

Запрос на замену всех типов гео-объектов на пустоту через replace.

SELECT geo_object_type, replace(geo_object_type, 'city', '') as geo_object_type_replace FROM customers;

Questions about programming?Chat with your personal AI assistant