SELECT ID, DENSE_RANK() OVER (
ORDER BY ID
) my_rank
FROM wp_posts;
[42000][1064] You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '( ORDER BY ID ) my_rank FROM wp_posts' at line 1