Skip to content

Commit

Permalink
added order by to canonical test GJ (ydb-platform#14714)
Browse files Browse the repository at this point in the history
  • Loading branch information
lll-phill-lll authored Feb 18, 2025
1 parent c25b7ee commit 3b64cf8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ LEFT JOIN InputJoin2 AS t2
ON t1.Fk21 == t2.Key1 AND t1.Fk22 == t2.Key2
LEFT JOIN InputJoin3 AS t3
ON t2.Fk3 == t3.Key
WHERE t1.Value == "Value2" OR t1.Value == "Value3";
WHERE t1.Value == "Value2" OR t1.Value == "Value3"
ORDER BY t3.Value;

0 comments on commit 3b64cf8

Please sign in to comment.