Skip to content
Advertisement

Tag: formal-languages

Categorizing a sub-expression within an expression

Let’s say I have the following select_expr: Ignoring the fact that this query doesn’t make sense, I’m curious how the second select_expr would be categorized: I suppose all three items can be called ‘operands’ and the second two can be called ‘sub-selects’, but is there a better way to categorize that the “subselect” is only a component of the final

Advertisement