# File lib/arel/recursion/base_case.rb, line 8
      def table_sql(formatter = Sql::TableReference.new(self))
        formatter.table self
      end