-
Changing column type fails
Hello, I have a table that’s loaded by some data from an odbc call and the structure is as follows:
q)meta res c | t f a ----------| ----- id | C first_name| C last_name | C email | C
Updating the column type for “id” to a symbol using the following fails.
q)update "S"$id from res 'id [0] update "S"$id from res
Any reason as to why? This is on arm64 (Apple Silicon) where I’ve built odbc.so from the kdb github project. The same code however works on on m64 (Apple Intel), but this uses the stock odbc.so that’s provided by the above mentioned kdb project.
Log in to reply.