Skip to content

Commit

Permalink
Update 02_0005_function_substring.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
sundy-li authored Sep 3, 2021
1 parent 5505125 commit e1f6376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/suites/0_stateless/02_0005_function_substring.sql
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ select subString('abcde' for 2);
select subString('abcde' from -3 for 3);
select subString('abcde', 2, 2);
select subString('abcde', 2);
select subString('abcde', -3, 3);
select subString('abcde', -3, 3);

0 comments on commit e1f6376

Please sign in to comment.