Movatterモバイル変換


[0]ホーム

URL:


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

Commitfce162d

Browse files
add 1729
1 parent59c28d5 commitfce162d

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

‎README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1091,6 +1091,7 @@ _If you like this project, please leave me a star._ ★
10911091

10921092
| # | Title | Solutions | Video | Difficulty | Tag
10931093
|-----|----------------|---------------|---------------|---------------|-------------
1094+
|1729|[Find Followers Count](https://leetcode.com/problems/find-followers-count/)|[Solution](../master/database/_1729.sql)|| Easy|
10941095
|1709|[Biggest Window Between Visits](https://leetcode.com/problems/biggest-window-between-visits/)|[Solution](../master/database/_1709.sql)|| Medium|
10951096
|1693|[Daily Leads and Partners](https://leetcode.com/problems/daily-leads-and-partners/)|[Solution](../master/database/_1693.sql)|| Easy|
10961097
|1683|[Invalid Tweets](https://leetcode.com/problems/invalid-tweets/)|[Solution](../master/database/_1683.sql)|| Easy|

‎database/_1729.sql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
--# Write your MySQL query statement below
2+
select user_id,count(follower_id)as followers_countfrom followersgroup by user_idorder by user_id;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp