diff options
Diffstat (limited to 'oracle/custom')
-rw-r--r-- | oracle/custom/custom.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oracle/custom/custom.sql b/oracle/custom/custom.sql index 3200e74..94ff5f5 100644 --- a/oracle/custom/custom.sql +++ b/oracle/custom/custom.sql @@ -25,7 +25,7 @@ CREATE OR REPLACE FUNCTION string_to_numbers(in_str IN VARCHAR2) RETURN Numbers IS ret Numbers := Numbers(); s_pos NUMBER := 1; - e_pos NUMBER := 0; + e_pos NUMBER := 0; BEGIN IF in_str IS NOT NULL THEN LOOP |