Skip to content

Commit

Permalink
Fixes #168 - add missing create or replace
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippSalvisberg committed Sep 3, 2022
1 parent b923a96 commit 922ed61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/3-coding-style/coding-style.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Rule | Description
### Example

``` sql
procedure set_salary(in_employee_id in employees.employee_id%type) is
create or replace procedure set_salary(in_employee_id in employees.employee_id%type) is
cursor c_employees(p_employee_id in employees.employee_id%type) is
select last_name
,first_name
Expand Down

0 comments on commit 922ed61

Please sign in to comment.