Skip to content

Commit 888573b

Browse files
author
markzegarelli
committed
fix link
1 parent f03eab8 commit 888573b

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

src/connections/storage/warehouses/redshift-useful-sql.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,19 @@ Below you'll find a library of some of the most useful SQL queries customers use
88
99
You can use SQL queries for the following tasks:
1010
- [Tracking events](#tracking-events)
11-
- [Defining sessions](#defining-sessions)
12-
- [Identifying users](#identifying-users)
11+
- [Grouping events by day](#grouping-events-by-day)
12+
- [Define sessions](#define-sessions)
13+
- [How to define user sessions using SQL](#how-to-define-user-sessions-using-sql)
14+
- [Identify users](#identify-users)
15+
- [Historical traits](#historical-traits)
16+
- [Convert the identifies table into a users table](#convert-the-identifies-table-into-a-users-table)
17+
- [Counts of user traits](#counts-of-user-traits)
1318
- [Groups to accounts](#groups-to-accounts)
19+
- [Historical Traits](#historical-traits-1)
20+
- [Converting the Groups Table into an Organizations Table](#converting-the-groups-table-into-an-organizations-table)
1421

1522
> note " "
16-
> If you're looking for SQL queries for warehouses other than Redshift, check out some of Segment's [Analyzing with SQL guides](/docs/connections/storage/warehouses/index/#analyzing-with-sql).
23+
> If you're looking for SQL queries for warehouses other than Redshift, check out some of Segment's [Analyzing with SQL guides](/docs/connections/storage/warehouses#analyzing-with-sql).
1724
1825
## Tracking events
1926

0 commit comments

Comments
 (0)