SQL Select Distinct Column wise (with GUIDs)
I had some SQL trouble selecting distinct values from a single column while also selecting the remaining columns from the table. After trying without any real breakthrough I turn to stackoverflow and luckily Peter Lang was the man with an fast answer. The question was (http://stackoverflow.com/questions/2052158/ordered-sql-select-columnwise-distinct-but-return-of-all-columns) I have a little […]