select up_property, up_value, count(*) as c
from user_properties_anon
where... |
3 weeks ago |
select up_property, up_value, count(*) as c
from user_properties_anon
where... |
10 months ago |
select up_property, up_value, count(*) as c
from user_properties_anon
where... |
1 year ago |
select up_property, up_value, count(*) as c
from user_properties_anon
where... |
1 year ago |
select up_property, up_value, count(*) as c
from user_properties_anon
where... |
1 year ago |
select up_property, up_value, count(*) as c
from user_properties_anon
where... |
1 year ago |
SELECT up_property, up_value, count(*) as c
FROM user_properties_anon
GROUP... |
1 year ago |
SELECT *
FROM user_properties_anon
GROUP BY 1
ORDER BY 2 DESC |
1 year ago |
SELECT *
FROM user_properties_anon
limit 100 |
1 year ago |
SELECT *
FROM user_properties_anon
limit 100 |
1 year ago |