Got a question which isn't answered below? Head to the community forum to let us know!
Use cases
- How we found our activation metric (and how you can too)
- CDP vs data warehouse: Which should you use and why
- How we use the data warehouse at PostHog
On this page
Got a question which isn't answered below? Head to the community forum to let us know!
It's easier than reading through 699 pages of documentation
Next article
The SQL editor enables you to directly access all your data in PostHog, from PostHog-specific events and persons tables to your external sources, using SQL queries . SQL commands You create SQL queries out of a list of commands that shape what data, filters, aggregations, and ordering we want to see. SQL queries in PostHog don’t require the trailing semicolon ( ; ) of traditional SQL queries. SELECT Use SELECT to select data (usually columns, transformations, or aggregations) from one…