Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

Get the distinct records which having same date with different time stamp.

$
0
0
Hi Team,
Need some on the below requirement.

I have the table and data like below.
create table trend
(
keyinstn INT,
ratingdate datetime,
rating varchar(10))

insert into trend VALUES
(4000193,'2009-03-19 02:5

Viewing all articles
Browse latest Browse all 3145

Trending Articles