Answer the question
In order to leave comments, you need to log in
How to delete received data?
I get data with the following query:
SELECT id,title_ru FROM `date` GROUP BY title_ru HAVING COUNT(*)>1
Answer the question
In order to leave comments, you need to log in
SELECT FROM `date` where id in (SELECT id FROM `date` GROUP BY title_ru HAVING COUNT(*)>1)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question