Quantcast
Viewing all articles
Browse latest Browse all 11

[RESOLVED] SQL DISTINCT – Select entire row, with one distinct column.

Using MSSQL to define a distinct column and then return all rows. This was  more than a simple query I came to find out. To do this we use the  Row_Number() function and then we select the rows with number 1. Simple right? Here was my data before we used the Row_Number function. The RED Arrow is the row […]

Viewing all articles
Browse latest Browse all 11

Trending Articles