Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

sql replace a section of a string in column

SELECT REPLACE( phone, '-', ' ' ) as new_phone
FROM investor;
Source by learnsql.com #
 
PREVIOUS NEXT
Tagged: #sql #replace #section #string #column
ADD COMMENT
Topic
Name
4+3 =