KX Community

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

Home Forums kdb Insights How do I get the .s.e sql interface on the command line?

  • How do I get the .s.e sql interface on the command line?

    Posted by ali99947 on September 11, 2022 at 12:00 am

    I have downloaded the on-demand 64bit version of kdb.

    I launch the kdb+ as follows:

    C:qw64q.exe

    Then I create a simple table as follows:

    t:([]k: 1 2 1; v:`A`B`C)

    Then when I try to query it using the SQL interface as follows, I get the error:

    .s.e"SELECT * FROM t"
    
    '.s.e
    [3] .s.e"SELECT * FROM t"

    The command is not recognized.

    How do I make it work?

    ali99947 replied 1 month, 2 weeks ago 2 Members · 1 Reply
  • 1 Reply
  • davidcrossey

    Member
    September 12, 2022 at 12:00 am

    Hi Ali99947,

    The SQL module does not ship with standard version of KDB, such as 64 bit On-Demand.

    It’ part of the KX Insights family of products. Please find more information here: About – KX Insights

    Kind regards,

    David

Log in to reply.