Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
Thanks, that's fixed it. I must have missed the comment.
you are not doing that in your current solution. note that in
ORDER BY
, the order in which you write the different sorting criteria mattersIn SQL there may be an issue with ordering - I'm pretty sure I have the correct answer but the ordering logic is opaque to me. No matter which ordering logic I choose, it won't accept my answer.