Hi, could someone help me with multiple records?
I have some table with multiple records, want to delete multiple records from this table by having unique records stay again in it.
I need to do it by using a SQL query, NOT a PHP or other language script.
I know the keyword distinct in MySQL, but it returns me back only this unique records, but i need to show the other part of records.
Thanks for answer. Bonoman.