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

Commit2965400

Browse files
committed
Add an ORDER BY to one more SELECT DISTINCT test case, per buildfarm results.
1 parentd8b04d5 commit2965400

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎src/test/regress/expected/select_distinct.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
--
55
-- awk '{print $3;}' onek.data | sort -n | uniq
66
--
7-
SELECT DISTINCT two FROM tmp;
7+
SELECT DISTINCT two FROM tmp ORDER BY 1;
88
two
99
-----
1010
0

‎src/test/regress/sql/select_distinct.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
--
66
-- awk '{print $3;}' onek.data | sort -n | uniq
77
--
8-
SELECT DISTINCT twoFROM tmp;
8+
SELECT DISTINCT twoFROM tmpORDER BY1;
99

1010
--
1111
-- awk '{print $5;}' onek.data | sort -n | uniq

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp