-
Functional Statement Practical Guide in KDB+/Q Developer Level 3
Error in demostration:
”’
myVar:14;
{[tab] myvar: 12; //definition within function scope is “picked-up”
select from tab where size = myVar}[trade]
”’
the one in the function should be myVar not myvar so that the demo makes sense.
Log in to reply.