Duplicate dates on Group By
I have date column in query table where it is formatted with date+time. Now when I query table because of time with date group by clause returns duplicate rows. I wan to remove the time field from the table. I tried changing date format in base table but it don't work.