Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit c526d3d

Browse files
authored
Update raise_exception.sql
1 parent e08863d commit c526d3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎functions/raise_exception.sql‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ select case finger
119119
when 5 then 'five'
120120
else raise_exception(finger)::text
121121
end
122-
from unnest(array[1, 2, 3, 4, 5]::int[]) as hand(finger);
122+
from generate_series(1, 5) as hand(finger);
123123

124124
--USE EXAMPLE 2
125125
select i

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /