KX Community

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

Home Forums KX Academy KX SQL project

  • KX SQL project

    Posted by haze on November 22, 2023 at 12:00 am

    I’m currently trying to complete the KX SQL challenge, and I’m unsure why my defined variable doesn’t have the correct sql syntax? Any sort of guidance would be appreciated!

     

     

     

     

     

    haze replied 2 months ago 2 Members · 1 Reply
  • 1 Reply
  • gyorokpeter-kx

    Member
    November 23, 2023 at 12:00 am

    The question is asking you to save your SQL code to variable ex1.  What you are doing instead is executing the query and putting the result  into ex1. This is why the second check passes (since the CREATE TABLE was executed) but the first one fails (because the variable doesn’t contain the SQL command).

Log in to reply.