0
Follow the picture below:
Follows the code:
select dt_abertura, count(1) as qtd
from tabela
group by dt_abertura;
How to convert date to time (2017-09-23 16:24:55) for date only (23-09-2017) ?
I would like to be able to group these figures in order of date example:
01-01-2017 Next down 02 -01- 2017 e por ae vai
You want to show only the date at select time ?
– Matheus Miranda
Yes, and manage to group the amount of her records
– Francisco Carlos Carvalho Jr
Try that: https://stackoverflow.com/questions/10637581/mysql-date-format-dd-mm-yyyy-select-query
– Matheus Miranda
Look at Tony’s answer and don’t forget to give.
– Matheus Miranda
http://prntscr.com/jvebxy
– Francisco Carlos Carvalho Jr
Francisco comments on this in Tony’s reply comment below.
– Matheus Miranda