aboutsummaryrefslogtreecommitdiff
path: root/test/select6.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/select6.test')
-rw-r--r--test/select6.test1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/select6.test b/test/select6.test
index ef5c5b2f0..612afefa6 100644
--- a/test/select6.test
+++ b/test/select6.test
@@ -169,7 +169,6 @@ do_test select6-3.2 {
FROM (SELECT count(*) as p , b as q FROM t2 GROUP BY q) AS a,
(SELECT max(a) as r, b as s FROM t2 GROUP BY s) as b
WHERE a.q=b.s ORDER BY a.q)
- ORDER BY "a.q"
}
} {1 1 1 2 2 3 3 4 7 4 8 15 5 5 20}
do_test select6-3.3 {