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

Allow to specify an alias in JOIN

Allow to specify an alias in JOIN USING. Specify this alias in case the column was renamed (e.g., because of ARRAY JOIN). Fixes #73707. #79942 (Nikolai Kochetov).