Free practice · boolean · medium
Practice
Make top-N results deterministic
When two rows can share the same ranking value, adding a stable second ORDER BY key makes the top-N result deterministic.
Free practice · boolean · medium
Make top-N results deterministic
When two rows can share the same ranking value, adding a stable second ORDER BY key makes the top-N result deterministic.