v.25.9Bug Fix (user-visible misbehavior in an official stable release)

Allow correlated subqueries in the FROM clause

Add a check to allow correlated subqueries in the FROM clause only if they use columns from the outer query. Fixes #85469. Fixes #85402. #85966 (Dmitry Novik).