diff --git a/docs/db/sql.md b/docs/db/sql.md index d864e331f..794198c2f 100644 --- a/docs/db/sql.md +++ b/docs/db/sql.md @@ -55,7 +55,7 @@ AND r.attrs ->> 'games' IS NOT NULL ORDER BY r.attrs ->> 'score' ASC; ``` -The following query returns all the users who signed in to the platform at least one and have never started the games. +The following query returns all the users who signed in to the platform at least once and have never started playing the games. ```sql SELECT *