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

Windowing function with conditions?

$
0
0
Hi, I have the table below: [code="sql"]CREATE TABLE [dbo].[ATABLE]( [EVENT_ID] [int] NOT NULL, [EVENT_RANK] [int] NULL, [MIN_AGE] [float] NULL, [MAX_AGE] [float] NULL ) ON [PRIMARY] GO INSERT [dbo].[ATABLE] ([EVENT_ID], [EVENT_RANK], [

Viewing all articles
Browse latest Browse all 3145

Trending Articles