Skip to content

Commit 2003b64

Browse files
authored
Fix up table with wrong query result (timescale#2852)
1 parent 0faf90a commit 2003b64

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

tutorials/nyc-taxi-cab/query-nyc.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -126,13 +126,13 @@ shows you the nuber of trips taken for each different fare type. It also uses a
126126
```sql
127127
rate_code | num_trips
128128
-----------+-----------
129-
1 | 10626315
130-
2 | 225019
131-
3 | 16822
132-
4 | 4696
133-
5 | 33688
134-
6 | 102
135-
99 | 216
129+
1 | 2266401
130+
2 | 54832
131+
3 | 4126
132+
4 | 967
133+
5 | 7193
134+
6 | 17
135+
99 | 42
136136
```
137137

138138
</Procedure>

0 commit comments

Comments
 (0)