Skip to content

Conversation

psharma-1909
Copy link
Collaborator

Proposed changes

Merge timing

Related issues (optional)

Comment on lines 62 to 69
### Accessing data
To query specific data from the Segment event within SingleStore, you can select columns directly. For example, to retrieve the `properties` object:

```sql
SELECT message::properties FROM segment_raw_data;
SELECT properties FROM your_table_name;
```

This query retrieves the properties object from the JSON message, allowing you to work with nested event data.
This query retrieves the `properties` object from the specified table, allowing you to work with event data.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think that this section in the current format is needed.
I would rewrite it to show how to access nested information from the traits/context columns.

@psharma-1909 psharma-1909 force-pushed the update_singlestore_destination_doc branch from 67779e1 to 3106730 Compare August 13, 2025 17:39
@psharma-1909 psharma-1909 force-pushed the update_singlestore_destination_doc branch 2 times, most recently from 1742f07 to 1e72d81 Compare August 20, 2025 09:02
@psharma-1909 psharma-1909 force-pushed the update_singlestore_destination_doc branch from 1e72d81 to a2a15e8 Compare August 20, 2025 09:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants