I have a table like this:
MyTable: id: pk numero: varchar data_modif: timestamp ... I have multiple records with same value in numero and I need to return each distinct numero record with oldest data_modif. How can I do this?
没有评论:
发表评论