I need to delete duplicate records for a specific field (instrument_id), leave only the very first record by id.
instrument_id
id
Using the MySQL example, th