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