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

Row Over Partition

$
0
0
Row Over partition escapes me.

I wrote this:

  1. Select 
  2. [COMPOSITE_PART]
  3. ,[CREATED_DATE]
  4. ,HTS_NUMBER
  5. From
  6. (Select
  7.     ROW_NUMBER() over (Partition by .Created_Date
  8. <

Viewing all articles
Browse latest Browse all 3145

Trending Articles