Skip to content

Commit 1182159

Browse files
committed
Update README.md
1 parent 91afb6b commit 1182159

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -131,4 +131,9 @@ JOIN Employee b
131131
WHERE a.id = b.managerId
132132
GROUP BY b.managerId
133133
HAVING COUNT(*) >= 5
134-
```
134+
```
135+
136+
[1934. Confirmation Rate](https://leetcode.com/problems/confirmation-rate/)
137+
```sql
138+
139+
```

0 commit comments

Comments
 (0)