aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/join/left_join_input1.txt
blob: ff0c12e814d814b5861b6695e2970ea0c9863144 (plain) (blame)
1
2
3
4
5
6
7
8
{"Key1"=101;"Key2"="One";"Fk1"=#;"Value"="no_right_key_1"};
{"Key1"=102;"Key2"="Two";"Fk1"=#;"Value"="no_right_key_2"};
{"Key1"=103;"Key2"="Three";"Fk1"="Name1";"Value"="Value1"};
{"Key1"=104;"Key2"="One";"Fk1"="Name2";"Value"="Value2"};
{"Key1"=104;"Key2"="Two";"Fk1"="Name2";"Value"="Value3"};
{"Key1"=105;"Key2"="One";"Fk1"="Name3";"Value"="no_right_key_3"};
{"Key1"=106;"Key2"="One";"Fk1"="Name4";"Value"=#};
{"Key1"=106;"Key2"="Two";"Fk1"="Name4";"Value"="Value4"};