Commit 01a364a0 authored by Vladislav Vaintroub's avatar Vladislav Vaintroub

fix test case

parent ec586f52
...@@ -58,7 +58,7 @@ FK1_Key FK2_Key ...@@ -58,7 +58,7 @@ FK1_Key FK2_Key
INSERT INTO Bug_60196 VALUES (2, 1); INSERT INTO Bug_60196 VALUES (2, 1);
INSERT INTO Bug_60196 VALUES (2, 2); INSERT INTO Bug_60196 VALUES (2, 2);
INSERT INTO Bug_60196 VALUES (2, 3); INSERT INTO Bug_60196 VALUES (2, 3);
SELECT * FROM Bug_60196 ORDER BY FK1_Key, FK2_Key; SELECT * FROM Bug_60196;
FK1_Key FK2_Key FK1_Key FK2_Key
1 1 1 1
1 2 1 2
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment