0

I need help changing syntax to delete duplicates in my data. I have tried the following query:

DELETE year, month, day, time, temp, COUNT(*)
FROM Weather
GROUP BY year, month, day, time, temp
HAVING COUNT(*) > 1;
Fruchtzwerg
  • 10,999
  • 12
  • 40
  • 49

0 Answers0