Oracle Update and Return a Value Oracle Update and Return a Value oracle oracle

Oracle Update and Return a Value


You can use the RETURNING keyword.

Update MyTableSet Col1 = Valuewhere primary key filtersreturning column1,column2...into variable1,variable2...