【发布时间】:2014-04-14 09:25:53
【问题描述】:
我想确保x 列中的所有值不小于 0.5,所以我这样做:
update x:max (x 0.5) from myTable
但这会产生错误(Studio For KDB+):
An error occurred during execution of the query.
The server sent the response:
type
Studio Hint: Possibly this error refers to wrong type, e.g `a+1
怎么了?
【问题讨论】: