Tagged Questions
1
vote
3answers
781 views
SQL Server rand() aggregate
Problem: a table of coordinate lat/lngs. Two rows can potentially have the same coordinate. We want a query that returns a set of rows with unique coordinates (within the returned set). Note that ...