I can do this:
x:([]v: 4 2; w: 10 100)
x: update z:`test from x where v = 4
x
But i'd really like to be able to do the conditional update and select all in one hit. something like
select v, w, (select `test from x where v = v) from z
Is this possible in kdb?