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 19
19
,manager_id
20
20
,location_id
21
21
,modification_date)
22
- values (:old .department_id
22
+ values (
23
+ :old .department_id
23
24
,:old .department_name
24
25
,:old .manager_id
25
26
,:old .location_id
33
34
department_id
34
35
,department_name
35
36
,modification_date)
36
- values (:new .department_id
37
+ values (
38
+ :new .department_id
37
39
,:new .department_name
38
40
,sysdate );
39
41
end;
52
54
,manager_id
53
55
,location_id
54
56
,modification_date)
55
- values (:old .department_id
57
+ values (
58
+ :old .department_id
56
59
,:old .department_name
57
60
,:old .manager_id
58
61
,:old .location_id
62
65
department_id
63
66
,department_name
64
67
,modification_date)
65
- values (:old .department_id
68
+ values (
69
+ :old .department_id
66
70
,:old .department_name
67
71
,sysdate );
68
72
Original file line number Diff line number Diff line change 19
19
department_id
20
20
,department_name
21
21
,modification_date)
22
- values (:old .department_id
22
+ values (
23
+ :old .department_id
23
24
,:old .department_name
24
25
,sysdate );
25
26
end;
37
38
department_id
38
39
,department_name
39
40
,modification_date)
40
- values (:old .department_id
41
+ values (
42
+ :old .department_id
41
43
,:old .department_name
42
44
,sysdate );
43
45
end;
You can’t perform that action at this time.
0 commit comments