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 for the advice, noted and way easier and more effective
This comment is hidden because it contains spoiler information about the solution
Yes, just because it worked this once doesn't mean it will always work. As you add more records your query optimizer could sort it differently.
Source: Happened in production with a report. Worked for a couple years with an implied order by, then randomly started sorting differently.
Does it really matter in this case though?
This comment is hidden because it contains spoiler information about the solution
It certainly is
Thanks! Much appreciated!
FYI: Instead of
you can write
or (if condition is bool-ish and the return type must be boolean)
Isn't it a better practice to specify column's names ?