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.
it's to do with how Codewars parses the SQL
Yes that fix it, but why the heck would that be the problem https://www.tutorialspoint.com/postgresql/postgresql_select_query.htm it should take a ;
Remove the Semicolon(;) if your code has one, it worked for me.
should return people with age over 50 --not passing this
I am passing this one should only return people with age over 50 (54 of 54 Assertions)
I dont understand