Skip to content

Commit 4c1c4c2

Browse files
committed
Updating sentence to make it more active voice {netlify-build]
1 parent 2c0ec6a commit 4c1c4c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ This SQL query returns a table of Bob's account information, with each entry rep
173173

174174
If you want to see what your users looked like at a previous point in time, you can find that data in the `identifies` table. To get this table for your users, replace ‘initech’ in the SQL query with your source slug.
175175

176-
But what if you only want to see the most recent state of the user? Luckily, you can convert the `identifies` table into a distinct users table by taking the most recent Identify call for each account.
176+
If you only want the current state of the users, convert the `identifies` table into a [distinct users table](#convert-the-identifies-table-into-a-users-table) by returning the most recent Identify call for each account.
177177

178178
### Convert the identifies table into a users table
179179

0 commit comments

Comments
 (0)