Query | Run |
---|---|
WITH active(ts) AS ( SELECT COALESCE(user_registration, 0) FROM user ... | 1 month ago |
WITH active(ts) AS ( SELECT user_registration FROM user JOIN... | 1 month ago |
Query | Run |
---|---|
WITH active(ts) AS ( SELECT COALESCE(user_registration, 0) FROM user ... | 1 month ago |
WITH active(ts) AS ( SELECT user_registration FROM user JOIN... | 1 month ago |