# File lib/arel/algebra/relations/operations/join.rb, line 44
    def table_sql(formatter = Sql::TableReference.new(self))
      relation1.externalize.table_sql(formatter)
    end