Update Command in Oracle

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

update table <table name> set col_name= "new value" where col_name="old value" ;

You might also like