blob: a60aab9a1ac13237db022002b1792c8b1f105056 [file] [log] [blame]
SELECT * FROM using_f1 l JOIN using_f2 r USING(col_id) ORDER BY l.col_id;