PRAGMA YqlSelect = 'force'; PRAGMA AnsiImplicitCrossJoin; $x = ( SELECT 1 AS a ); $y = $x; $z = $y; SELECT a FROM $z ;