Skip to content

Commit 8c51402

Browse files
Update Solution.sql
1 parent 8507175 commit 8c51402

File tree

1 file changed

+3
-0
lines changed
  • solution/1500-1599/1501.Countries You Can Safely Invest In

1 file changed

+3
-0
lines changed

solution/1500-1599/1501.Countries You Can Safely Invest In/Solution.sql

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@ FROM
1010
GROUP BY 1
1111
) AS t
1212
WHERE duration > (SELECT AVG(duration) FROM Calls);
13+
14+
15+
trying pull request

0 commit comments

Comments
 (0)