But Oracle extracts only the first value from the subquery. Am I missing something or this is the expected output ... 2 SQL> SQL> UPDATE tab t 2 SET val=( 3 SELECT 4 extractValue( 5 (' 7 8
community.oracle.com