79611280

Date: 2025-05-07 19:28:27
Score: 2
Natty:
Report link

as the user

Akina said Replace INTO works

REPLACE INTO Table_copy
SELECT *
FROM Table
WHERE Table.Counter >= SELECT(MAX(Counter) FROM Table_Copy)
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: onering20