Update sql.md

This commit is contained in:
zoevig 2022-02-09 16:12:21 +00:00 committed by GitHub
parent 6e96e7db08
commit 1ce4ba82f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 *