How can I group by date time column without taking time into consideration code example
Example: How can I group by date time column without taking time into consideration
GROUP BY CAST(myDateTime AS DATE)
GROUP BY CAST(myDateTime AS DATE)