From 1ce4ba82f6801b2caabd0cc79e591d6a774d4514 Mon Sep 17 00:00:00 2001 From: zoevig <66307695+ZoeVig@users.noreply.github.com> Date: Wed, 9 Feb 2022 16:12:21 +0000 Subject: [PATCH] Update sql.md --- docs/db/sql.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/db/sql.md b/docs/db/sql.md index d864e331..794198c2 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 *