Changes between Initial Version and Version 1 of Ticket #26696
- Timestamp:
- Jun 1, 2016, 8:57:57 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26696 – Description
initial v1 5 5 I have a mysql table where there is a `date` field. I'd like to do a `DAYOFWEEK(date)` calculation on it, then `GROUP BY` its result, and then do some `MIN`/`MAX`/`AVG` calculation on another field in the table. The point is to get the minimum/maximum/average values for the days of the week. 6 6 7 Currently this seems impossible with even using the extra parameter.7 Currently this does not seem possible with even using the extra parameter. 8 8 9 9 Or is it? 10 10 11 Tips welcomed, but I actually given up on creating this query out of the ORM.11 Tips welcomed, but I actually have given up on creating this query out of the ORM.