ANTON KADACH

Generation

text to sql syntaxTue, 17 Jan 2023

убрать из поля все проблемы и переносы

UPDATE customers SET address = REGEXP_REPLACE(address, '[\r\n]+', ' ');

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