Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 68cd097

Browse files
author
Thomas G. Lockhart
committed
Change ORDER BY to get more consistant results.
1 parent 354a18f commit 68cd097

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/regress/sql/select.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,5 +91,5 @@ SELECT p.name, p.age FROM person* p;
9191
-- awk 'BEGIN{FS=" ";}{if(NF!=1){print $4,$5;}else{print;}}' - stud_emp.data |
9292
-- sort +1nr -2
9393
--
94-
SELECT p.name, p.age FROM person* p ORDER BY age using >;
94+
SELECT p.name, p.age FROM person* p ORDER BY age using >, name;
9595

0 commit comments

Comments
 (0)