Module: Sequel::SQL::DistinctMethods
- Included in:
- ComplexExpression, GenericExpression, String, Symbol
- Defined in:
- lib/chicago/core_ext/sequel/sql.rb
Instance Method Summary collapse
Instance Method Details
#distinct ⇒ Object
37 38 39 |
# File 'lib/chicago/core_ext/sequel/sql.rb', line 37 def distinct DistinctExpression.new(self) end |