Query | Run |
---|---|
WITH newusers(nu_name) AS ( SELECT user_name FROM user WHERE... | 1 year ago |
WITH newusers(nu_name, registration_year) AS ( SELECT user_name,... | 1 year ago |
Query | Run |
---|---|
WITH newusers(nu_name) AS ( SELECT user_name FROM user WHERE... | 1 year ago |
WITH newusers(nu_name, registration_year) AS ( SELECT user_name,... | 1 year ago |