MySQL Error 3597 – ER_WINDOW_NO_GROUP_ORDER

MySQL Error Message

ASC or DESC with GROUP BY isn’t allowed with window
functions; put ASC or DESC in ORDER BY

Reason for the Error

ER_WINDOW_NO_GROUP_ORDER was added
in 8.0.2, removed after 8.0.12.