KX Community

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

Home Forums KX Academy Fundamentals Capstone 1.3 Re: Fundamentals Capstone 1.3

  • kdbguru

    Member
    November 1, 2023 at 12:00 am

    Hi,

    As the question asks to extract “symbol list” of all the unique options, you should use “exec” rather than “select”. While “select” returns the result of a table type, “exec” for a single column would return a list of values.

    uniqueOpts: exec distinct option_id from trade