Benim sorgum bu. Bir sürü girdim var ve bunları tarihe göre gruplamak istiyorum. Ancak veritabanımda tarih olması yerine, bir tarih saat alanım var. Ben ne yaparım?
select * from follow_queue group by follow_date cast follow_date as date
Bu çalışmıyor.
select * from follow_queue group by cast(follow_date as date)
önce.