KX Community

Find answers, ask questions, and connect with our KX Community around the world.
KX Community Guidelines

Home Forums kdb+ Changing column type fails Re: Changing column type fails

  • smdesai

    Member
    February 28, 2023 at 12:00 am

    It’s the same variable and the problem seems to be much worse in that I can’t even do the following:

    q)select id from res 
    'id 
    [0] select id from res

    It looks as if something is screwed up doing the following odbc query:

    \l odbc.k h:.odbc.open `db

    userq:”select id,first_name,last_name,email from user”

    res:.odbc.eval[h;userq]

    .odbc.close h