I am using SQL Server and trying to merge rows into one if OrgansationId of the rows are same AND start date of the rows are same AND end date of the rows are same
However if they are different all the rows should be returned as it is.
Is it possible to do it with a single SQL query. Please help