I'm trying to accomplish the same sql statement as I have done for Oracle but for DB2.
In Oracle I use the Oracle/PLSQL: SELECT FOR UPDATE Statement - example select_statement
FOR UPDATE [of column_list] [NOWAIT];
Without needing to code for 2 statements each time, is there an equivalent in the DB2 world. The DB2 is UDB on the AS/400.
Thanks in advance
David
In Oracle I use the Oracle/PLSQL: SELECT FOR UPDATE Statement - example select_statement
FOR UPDATE [of column_list] [NOWAIT];
Without needing to code for 2 statements each time, is there an equivalent in the DB2 world. The DB2 is UDB on the AS/400.
Thanks in advance
David