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 […]
↧