Home › Forums › kdb+ › Rounding in select statement › Re: Rounding in select statement
-
Checkout the latest https://code.kx.com/q/basics/internal/#-27xy-format
q)ts:10000 select sym,”F”$-27!(1i;price) from trade
69 1824
q)ts:10000 select sym,”F”$(.Q.f[1;]’)price from trade
153 1888