Consider adding another column to your query returning the truncated date. The date_trunc() function in PostgreSQL, or the dateadd/datediff dance for SQL Server.
Consider adding another column to your query returning the truncated date. The date_trunc() function in PostgreSQL, or the dateadd/datediff dance for SQL Server.