Welcome to the new home of the KX Community and KX Academy! Existing users are required to reset their passwords to log in

Forum Replies Created

  • smdesai

    Member
    March 19, 2024 at 11:00 am in reply to: Challenge 1 – Triangle Font

    Hello!
    I saw your python solution and came up with the following.

    input: “I”$read0 0

    output:{((10 xexp x) div 9) * x} each 1 + til input show each

    “j”$output

     

  • smdesai

    Member
    March 3, 2023 at 12:00 am in reply to: Changing column type fails

    Well, I found the root cause of the issue, it’s the way I built odbc.so for Apple Silicon. I’ve rebuilt it and everything works as expected.

  • smdesai

    Member
    February 28, 2023 at 12:00 am in reply to: Changing column type fails

    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