Browse Source

Update sql.md

pull/965/head
zoevig 2 years ago committed by GitHub
parent
commit
1ce4ba82f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/db/sql.md

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

Loading…
Cancel
Save