Connor and Chris will both be at AI World from October 12 to October 17 , the premier Oracle conference of 2025. If you're in Vegas, please come say Hi or pop into our sessions
Thanks for the question, Ravi.
Asked: January 10, 2020 - 4:37 pm UTC
Last updated: January 13, 2020 - 4:14 am UTC
Version: Oracle 12C
Viewed 1000+ times
update MY_TABLE t set COL1 = ( select abc from OTHER_TABLE where ... ) update MY_TABLE t set COL2 = ( select def from OTHER_TABLE where ... ) update MY_TABLE t set COL3 = ( select xyz from OTHER_TABLE where ... )
update MY_TABLE t set (COL1,COL2,COL3) = ( select abc,def,xyz from OTHER_TABLE where ... )
Get all the information about database performance in the Database Performance guide.