HogQL queries for PostHog This skill helps you write HogQL queries for PostHog analytics. HogQL is PostHog's SQL dialect, a wrapper around ClickHouse SQL with simplified property access and PostHog-specific functions. Reference files - - Sql expressions - docs - - Supported aggregations - docs - - Supported clickhouse functions - docs - - Accessing data using sql - docs - - Sql variables - docs - - Useful sql functions - docs - - PostHog table schemas (events, persons, groups, sessions) - - Sessions - docs Consult the documentation for SQL syntax, available functions, and query patterns. Key…