File tree Expand file tree Collapse file tree 2 files changed +12
-6
lines changed
docs/4-language-usage/7-stored-objects/7-triggers Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 1919 ,manager_id
2020 ,location_id
2121 ,modification_date)
22- values (:old .department_id
22+ values (
23+ :old .department_id
2324 ,:old .department_name
2425 ,:old .manager_id
2526 ,:old .location_id
3334 department_id
3435 ,department_name
3536 ,modification_date)
36- values (:new .department_id
37+ values (
38+ :new .department_id
3739 ,:new .department_name
3840 ,sysdate );
3941end;
5254 ,manager_id
5355 ,location_id
5456 ,modification_date)
55- values (:old .department_id
57+ values (
58+ :old .department_id
5659 ,:old .department_name
5760 ,:old .manager_id
5861 ,:old .location_id
6265 department_id
6366 ,department_name
6467 ,modification_date)
65- values (:old .department_id
68+ values (
69+ :old .department_id
6670 ,:old .department_name
6771 ,sysdate );
6872
Original file line number Diff line number Diff line change 1919 department_id
2020 ,department_name
2121 ,modification_date)
22- values (:old .department_id
22+ values (
23+ :old .department_id
2324 ,:old .department_name
2425 ,sysdate );
2526end;
3738 department_id
3839 ,department_name
3940 ,modification_date)
40- values (:old .department_id
41+ values (
42+ :old .department_id
4143 ,:old .department_name
4244 ,sysdate );
4345end;
You can’t perform that action at this time.
0 commit comments