Fix typo in code snippet for latest TIL

This commit is contained in:
jbranchaud
2024-04-27 23:00:38 -05:00
parent 5bcdbbb3c7
commit 7dad6508d0
@@ -20,7 +20,7 @@ keyword:
```sql
create index user_id_on_events_idx
on (user_id)
includes (identifier, type);
include (identifier, type);
```
An index on its own can already cause a significant speed up to the queries it