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 ff9ab7c commit 67e3392Copy full SHA for 67e3392
MySQL/queries-quality-and-percentage.sql
@@ -1,5 +1,5 @@
1
# Time: O(n)
2
-# Space: O(1)
+# Space: O(n)
3
4
SELECT query_name,
5
ROUND(AVG(rating * 100 / POSITION)) / 100 AS quality,
0 commit comments