I want all the values ββin column x be at least 0.5, so I:
update x:max (x 0.5) from myTable
But this gives an error (in 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, eg `a+1
What's wrong?
source share