Query Run
WITH sub(user_id, user_registration) AS ( SELECT user_id,... 4 months ago
WITH sub(user_id, user_registration) AS ( SELECT user_id,... 4 months ago
WITH sub(user_id, user_registration) AS ( SELECT user_id,... 4 months ago
SELECT user_id, CAST(user_registration AS DOUBLE) FROM user LIMIT 10; WITH... 4 months ago
SELECT user_id, CAST(user_registration AS DOUBLE) FROM user LIMIT 10; WITH... 4 months ago
SELECT user_id, CAST(user_registration AS DOUBLE) FROM user LIMIT 10; WITH... 4 months ago
SELECT CAST(user_registration AS DOUBLE) FROM user LIMIT 10; WITH sub(ts)... 4 months ago