From ff3bfba86adbf8c4c969e3839c0cacc80f09302f Mon Sep 17 00:00:00 2001 From: esoe Date: Tue, 4 Apr 2023 16:54:26 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B9=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/sql/script.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/sql/script.sql b/src/main/sql/script.sql index 9787343..3e9fe36 100644 --- a/src/main/sql/script.sql +++ b/src/main/sql/script.sql @@ -20,7 +20,7 @@ WITH pure AS ( FROM mdl_quiz_attempts as mqa LEFT JOIN mdl_quiz as mq on mqa.quiz=mq.id LEFT JOIN mdl_user as mu on mqa.userid=mu.id - WHERE mqa.userid >= 4203 + WHERE mqa.userid >= 4263 ) SELECT pure_id,