KX Community

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

Home Forums KX Academy KX SQL Introductory Project – .s.e error

  • KX SQL Introductory Project – .s.e error

    Posted by cowa93 on February 15, 2022 at 12:00 am

    Hello all, I have been trying to complete the introductory project for KX SQL however every time I run any code I get an s.e. error. Has any else had this issue?

     

     

    cowa93 replied 6 months, 3 weeks ago 3 Members · 2 Replies
  • 2 Replies
  • Laura

    Administrator
    February 15, 2022 at 12:00 am

    Hi,

    When you are coming back to this you may need to run a command using s) prompt before it will allow you to use .s.e.

    Try running below first and then your command with .s.e

    // SQL query using s) 
    s)SELECT * FROM trips WHERE date=2009.01.01
  • rocuinneagain

    Member
    February 15, 2022 at 12:00 am

    To load the SQL interpreter you can run:

     

    l s.k

     

    Otherwise when you run your first ‘s)’ query this would be done automatically.

Log in to reply.