Movatterモバイル変換


[0]ホーム

URL:


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

Commitba12800

Browse files
committed
fix error message in check_boundaries() (issue #92)
1 parent6dd7737 commitba12800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎range.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ BEGIN
3636

3737
/* Check lower boundary*/
3838
IF start_value> min_value THEN
39-
RAISE EXCEPTION'start value isless than min value of "%"', expression;
39+
RAISE EXCEPTION'start value isgreater than min value of "%"', expression;
4040
END IF;
4141

4242
/* Check upper boundary*/

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp