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! :)
thank you! :)
I'll try to come up with a fix for the time format issue. The column name bad practice may be held as bad practice by some, maybe amoungst hardcore DBA's IDK. To me though that makes little sense, considering that if you just do
count(*)
without a column name it actually uses "count" as the default name. If the default name is considered bad practice then why is it the default? Besides that, sometimes you just want your report to say the most clear thing, and "count" is the most clear without being overly verbose.