ANTON KADACH

Generation

text to sql syntaxTue, 17 Jan 2023

Заменить 'г.' на пустоту в поле prp.parcel_route_part_end_point_terminal_address_city

update prp.parcel_route_part set parcel_route_part_end_point_terminal_address_city = replace(parcel_route_part_end_point_terminal_address_city, 'г.', '')

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