diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2012-09-13 10:53:39 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2012-09-13 10:53:39 +0200 |
commit | 1945a7ee2d64fffd19a839bbeb619cba2d287837 (patch) | |
tree | 26a8317bf097c5211c7882c47c30d1076c917d92 /oracle | |
parent | d87a78e24d5988cfa3556707b7beffd1b0c15901 (diff) |
Cosmetic change
Diffstat (limited to 'oracle')
-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 |