Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d3bfcc2

Browse files
The Latest Login in 2020
1 parent 1d37554 commit d3bfcc2

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Link: https://leetcode.com/problems/the-latest-login-in-2020/
2+
Tool: MS SQL Server
3+
4+
5+
6+
7+
8+
9+
10+
select user_id, max(time_stamp) as last_stamp
11+
from Logins
12+
where datepart(year,time_stamp) = 2020
13+
group by user_id

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /