Method: Sequel::SQL::Function#within_group
- Defined in:
- lib/sequel/sql.rb
#within_group(*expressions) ⇒ Object
1481 1482 1483 |
# File 'lib/sequel/sql.rb', line 1481 def within_group(*expressions) with_opts(:within_group=>expressions.freeze) end |