Subject: | sub-selects |
sub-selects seem like they should be tractable. There are two cases, a
select that returns one value that can be used instead of a literal or
placeholder, and a select that returns a list that is only usable with
the IN operator. Am I missing something making sub-selects more complex
than that?