आप उपयोग कर सकते हैं from- यूनिक्सटाइम ()
select FROM_UNIXTIME(`date`, '%d.%m.%Y') as ndate,
count(id) as post_count
from your_table
group by ndate
आप उपयोग कर सकते हैं from- यूनिक्सटाइम ()
select FROM_UNIXTIME(`date`, '%d.%m.%Y') as ndate,
count(id) as post_count
from your_table
group by ndate