ANTON KADACH

Generation

text to sql syntaxTue, 17 Jan 2023

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

SELECT REPLACE(prp.parcel_route_part_end_point_terminal_address_city, 'г.','') FROM parcel_route_part prp;

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