Sql Query : Write a query to fetch duplicate records from a table? | Find duplicate rows in sql

preview_player
Показать описание
Query to fetch duplicate records from a table.

SELECT name,salary,count(*)
FROM employees
GROUP BY name,salary
HAVING count(*) greater than 1
Sal query || SQL interview question || helpumyway

mysql interview queries playlist:
Рекомендации по теме
Комментарии
Автор

For million records this is not a good option..

googdriveforme
visit shbcf.ru