Answers for "replace function sql oracle"

1

oracle replace

SELECT REPLACE('JACK and JUE','J','BL') "Changes"
     FROM DUAL;

Changes
--------------
BLACK and BLUE
Posted by: Guest on July-02-2021

Browse Popular Code Answers by Language