/* syntax version 1 */ declare $x1 as Tuple<String, Int64?>; declare $x2 as Tuple<String, Int64?>; $a, $b = $x1; select $a, $b, $x2.0, $x2.1;