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.
I believe this kata has an issue. For example,
between '1999-03-20' and '1999-03-21'
means you want only data for only one day. Starts-with-inclusive, ends-with-exclusive.Description says nothing about exclusion of the last day of a trimester, but one may only complete this kata when he/she does so.
My solution works perfectly on my local machine with PostgreSQL, but this kata throws this at me:
Does anybody know what do these
n
andm
mean?Same