-
Notifications
You must be signed in to change notification settings - Fork 0
/
sample-5.txt
14 lines (14 loc) · 868 Bytes
/
sample-5.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
+------------------------+-----------------------+----------+
| round(r.averageRating) | avg(b.runtimeMinutes) | count(*) |
+------------------------+-----------------------+----------+
| 1 | 90.4512 | 82 |
| 2 | 92.3860 | 430 |
| 3 | 93.8226 | 1466 |
| 4 | 94.6799 | 3290 |
| 5 | 97.0370 | 6359 |
| 6 | 100.1664 | 11339 |
| 7 | 103.5867 | 11030 |
| 8 | 108.3574 | 3257 |
| 9 | 125.4913 | 289 |
| 10 | 108.0000 | 10 |
+------------------------+-----------------------+----------+