# File lib/arel/table.rb, line 52
    def from table
      SelectManager.new(@engine, table)
    end