mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Change ORDER BY to get consistant results with new sorting routines.
This commit is contained in:
@ -144,5 +144,5 @@ SELECT '' AS two, circle(f1)
|
||||
SELECT '' AS twentyfour, c1.f1 AS circle, p1.f1 AS point, (p1.f1 <-> c1.f1) AS distance
|
||||
FROM CIRCLE_TBL c1, POINT_TBL p1
|
||||
WHERE (p1.f1 <-> c1.f1) > 0
|
||||
ORDER BY distance, circle;
|
||||
ORDER BY distance, circle, point using <<;
|
||||
|
||||
|
Reference in New Issue
Block a user