plsql select into for update的相關文章
Oracle/PLSQL: WHERE CURRENT OF Statement

Oracle/PLSQL: WHERE CURRENT OF Statement

瀏覽:823
日期:2025-06-11
If you plan on updating or deleting records that have been referenced by a Select For Update statement, you can use the Where Current Of statement. ... The syntax for the WHERE CURRENT OF statement in Oracle/PLSQL is either: UPDATE ......看更多