Tag: min

  • Database query in SQL to select first unique record

    Here’s a quick code snippet to create a query that selects all unique records from field1, and selects the first corresponding record in field2 The function First, can be substituted for Last, Min, Max, depending on desired returned record. In the example above, table1 is the recordset, field1 is the field which you want unique…