ってスペース全部消えた

$sql = "SELECT a, b, c, d, e
       FROM hoge
         LEFT JOIN hage USING (h_id)
     WHERE foo = :foo
       AND bar = :bar";