Home › Forums › KX Academy › Fundamentals Capstone 1.3 › Re: Fundamentals Capstone 1.3
-
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