Skip to content

Commit a4f51ff

Browse files
authored
Improved task 1890
1 parent 4ad20d5 commit a4f51ff

File tree

1 file changed

+1
-1
lines changed
  • src/main/kotlin/g1801_1900/s1890_the_latest_login_in_2020

1 file changed

+1
-1
lines changed

src/main/kotlin/g1801_1900/s1890_the_latest_login_in_2020/script.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Write your MySQL query statement below
2-
# #Easy #Database #SQL_I_Day_8_Function #2023_06_22_Time_1486_ms_(22.18%)_Space_0B_(100.00%)
2+
# #Easy #Database #SQL_I_Day_8_Function #2024_03_30_Time_1280_ms_(43.62%)_Space_0B_(100.00%)
33
SELECT user_id, MAX(time_stamp) AS last_stamp
44
FROM Logins
55
WHERE YEAR(time_stamp) = '2020'

0 commit comments

Comments
 (0)