Skip to content

Commit

Permalink
docs: improved documentation on queries
Browse files Browse the repository at this point in the history
  • Loading branch information
christianmat committed Dec 7, 2024
1 parent 82473ac commit 8a1e6d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/api-reference/queries-execute.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ All `identify` calls are sent to the same underlying `events` ClickHouse table,
SELECT * FROM events WHERE userId = 'user-123'
```

To get the tracking events and the users most recent traits, you can join the `events` and `identify` events:
To get the tracking events and the user's most recently provided email, you can join the `track` and `identify` event types:

```sql
SELECT
Expand Down

0 comments on commit 8a1e6d1

Please sign in to comment.