We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ad20d5 commit a4f51ffCopy full SHA for a4f51ff
src/main/kotlin/g1801_1900/s1890_the_latest_login_in_2020/script.sql
@@ -1,5 +1,5 @@
1
# 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%)
+# #Easy #Database #SQL_I_Day_8_Function #2024_03_30_Time_1280_ms_(43.62%)_Space_0B_(100.00%)
3
SELECT user_id, MAX(time_stamp) AS last_stamp
4
FROM Logins
5
WHERE YEAR(time_stamp) = '2020'
0 commit comments