Method: Sequel::MySQL::DatasetMethods#supports_group_rollup?
- Defined in:
- lib/sequel/adapters/shared/mysql.rb
#supports_group_rollup? ⇒ Boolean
MySQL supports GROUP BY WITH ROLLUP (but not CUBE)
893 894 895 |
# File 'lib/sequel/adapters/shared/mysql.rb', line 893 def supports_group_rollup? true end |