Skip to content

Commit 54014da

Browse files
authored
Update active-users.sql
1 parent f1bd652 commit 54014da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MySQL/active-users.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ FROM
2828
l.login_date) a_l,
2929
(SELECT @accu := 0,
3030
@prev := "",
31-
@login_date := "1970-01-01") init
31+
@login_date := "") init
3232
)
3333
) r
3434
WHERE r.accu = 5;

0 commit comments

Comments
 (0)