I need to change the 5th character in a column.
I tried this statement but it does not work ;
update table_name
set substring(column_name,5,1) = "R"
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.