/* Created by free online sql formatter */

SELECT t1.f1,
       Fx(t1.f2),
       (SELECT 'x'
        FROM   t2)
FROM   t1;