Home › Forums › kdb+ › parse tree not working for simple select › Re: parse tree not working for simple select
-
Simply prepend where to the former
q)where ?[tab;til 10;(>;`c2;16)] 7 8 9
and insert a semicolon to the latter
q)?[tab;til 10;(last;`c2)] 19