我想确保列x中的所有值都不小于0.5,所以我这样做:
update x:max (x 0.5) from myTable
Run Code Online (Sandbox Code Playgroud)
但这会产生错误(在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
Run Code Online (Sandbox Code Playgroud)
怎么了?