I have a table with a field of type TIMESTAMP
, I want to perform a grouping query for the same day record, without taking into account the time. Is there a function of MYSQL
for that type of data that does this?
I have a table with a field of type TIMESTAMP
, I want to perform a grouping query for the same day record, without taking into account the time. Is there a function of MYSQL
for that type of data that does this?