Hi,given two keyed tables, both with different keys, is it possible to
join based on named columns, where column names may differ? Here's a
slightly verbose
example:q)balances:([Account:`Smith`Jones;Currency:`USD`EUR]Balance:(0.10f;0.20f))q)balancesA...