Skip to content

Instantly share code, notes, and snippets.

SELECT
e1.user_id,
view_homepage,
view_homepage_time,
enter_credit_card,
enter_credit_card_time
FROM (
-- Get the first time each user viewed the homepage.
SELECT
user_id,