FROM foo INNER JOIN other_table using (other_table_id)
FROM foo INNER JOIN + foo_bars using (foo_id), other_table using (other_table_id)