Here is the photo below:
Follow the code:
select dt_abertura, count(1) as qtd
from tabela
group by dt_abertura;
How to convert date with time (2017-09-23 16:24:55) to date only (23-09-2017) ?
I would like to be able to group these values by date order example:
01-01-2017 then down 02 -01- 2017 e por ee goes