I have a table which looks like that:
As You see, there are some date duplicates, so how t
Select Distinct CAST(FLOOR( CAST(start_date AS FLOAT ) )AS DATETIME) from Table