editolis
Panathinaikos Fun
- Local time
- Today, 09:41
- Joined
- Oct 17, 2008
- Messages
- 107
Hi all,
I have a table in a database with exactly the same data (double or triple data) but with different ID.
Example
ID - NAME – SURNAME
100 – JOHN – SMITH
252 – JOHN – SMITH
326 – JOHN - SMITH
Please need a help to delete the double data and keeping the data order by the newest ID.
So in my example I want to keep: 326 – JOHN – SMITH
I need a DELETE qry. Thank you in advance.
I have a table in a database with exactly the same data (double or triple data) but with different ID.
Example
ID - NAME – SURNAME
100 – JOHN – SMITH
252 – JOHN – SMITH
326 – JOHN - SMITH
Please need a help to delete the double data and keeping the data order by the newest ID.
So in my example I want to keep: 326 – JOHN – SMITH
I need a DELETE qry. Thank you in advance.