Skip to content

Commit 3b64cf8

Browse files
added order by to canonical test GJ (#14714)
1 parent c25b7ee commit 3b64cf8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ydb/tests/functional/canonical/sql/join/join_to_idx_lookup.sql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ LEFT JOIN InputJoin2 AS t2
55
ON t1.Fk21 == t2.Key1 AND t1.Fk22 == t2.Key2
66
LEFT JOIN InputJoin3 AS t3
77
ON t2.Fk3 == t3.Key
8-
WHERE t1.Value == "Value2" OR t1.Value == "Value3";
8+
WHERE t1.Value == "Value2" OR t1.Value == "Value3"
9+
ORDER BY t3.Value;

0 commit comments

Comments
 (0)