SELECT 1 AS x ORDER/* hello */BY x; SELECT 1 AS x GROUP -- hello BY x; SELECT 1 AS x UNION/**/ALL SELECT 1;