Home › Forums › kdb+ › Unpack nested column in table › Re: Unpack nested column in table
-
select a:a ,b1:b[;0],b2:b[;1],b3:b[;2] from t
a b1 b2 b3 ---------- 1 4 5 6 2 6 12 23 3 12 36 14
Please confirm you want to block this member.
You will no longer be able to:
Please allow a few minutes for this process to complete.