We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8b04d5 commit 2965400Copy full SHA for 2965400
src/test/regress/expected/select_distinct.out
@@ -4,7 +4,7 @@
4
--
5
-- awk '{print $3;}' onek.data | sort -n | uniq
6
7
-SELECT DISTINCT two FROM tmp;
+SELECT DISTINCT two FROM tmp ORDER BY 1;
8
two
9
-----
10
0
src/test/regress/sql/select_distinct.sql
@@ -5,7 +5,7 @@
11
-- awk '{print $5;}' onek.data | sort -n | uniq
0 commit comments