Skip to content

Commit e5032ac

Browse files
authored
Merge pull request #4173 from segmentio/update-sql
Remove SQL screenshot (#4166)
2 parents 4ee0eb8 + 7efad0b commit e5032ac

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/engage/audiences/sql-traits.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ For each SQL Trait you create, you can set a compute schedule to query the data
182182

183183
### What identifiers can I use to query a list?
184184

185-
You can query based on `email`, `user_id` or `anonymous_id`. If Segment doesn't locate a match based on the chosen identifier, it creates a new profile. See more below.
185+
You can query based on `email`, `user_id`, or `anonymous_id`. If Segment doesn't locate a match based on the chosen identifier, it creates a new profile. See more below.
186186

187187
### Can I use SQL Traits to create users in Segment? Or do SQL Traits only append Traits to existing users?
188188

@@ -225,8 +225,6 @@ Segment supports returning only 25 columns. [Contact Segment](https://segment.co
225225

226226
### I'm seeing a duplicate `user_id` error.
227227

228-
![An example of a duplicate user_id error](../images/troubleshoot3.png)
229-
230228
Each query row must correspond to a unique user. Segment displays this error if it detects multiple rows with the same `user_id`. Use a `distinct` or `group by` statement to ensure that each row has a unique user_id.
231229

232230
### I'm seeing some users/accounts in my preview with question marks. What does that mean?

0 commit comments

Comments
 (0)