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