A subquery can be nested inside the WHERE or HAVING clause of an outer
SELECT, INSERT, UPDATE, or DELETE statement, or inside another subquery.
Up to 32 levels of nesting is possible, although the limit varies based
on available memory and the complexity of other expressions in the
query. Individual queries may not support nesting up to 32 levels. A
subquery can appear anywhere an expression can be used, if it returns a
single value.
No comments:
Post a Comment