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