Got a question which isn't answered below? Head to the community forum to let us know!
Tutorials and guides
On this page
Questions? Ask Max AI.
It's easier than reading through 675 pages of documentation
Community questions
Was this page useful?
Next article
SQL editor
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…