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.
There is an issue with Test Cases.
The following code is wrong but it is able to bypass the test cases:
-- IN WHERE WITH SPECIAL_SALES
SELECT DISTINCT d.* FROM departments d, sales s WHERE d.id = s.department_id and s.price > 90 ORDER BY d.id;
I suggest to remove SQL comments before checking the code.
This comment is hidden because it contains spoiler information about the solution
Random tests are broken.
Previous comments are still actual.
Can anybody fix it?
Kata: SQL Basics: Group By Day
I have one failure during its execution. Here is test-case message:
"
should should return the expected results
✘ expected true to respond to
true?
or perhaps you meantbe true
orbe_truthy
"
Does it connected with my code?