select
substring_index(el_to, '/', 3) as subdomain,
count(*) as `count`... |
3 years ago |
select substring_index(el_to, '/', 3) as subdomain, count(*) as `count` from... |
3 years ago |
select substring_index(el_to, '/', 3) as subdomain, count(*) as `count` from... |
3 years ago |
select substring_index(el_to, '/', 3) as subdomain, count(*) from... |
3 years ago |
select distinct substring_index(el_to, '/', 3) as subdomain from... |
3 years ago |
select distinct substring_index(el_to, '/', 3), count(*) from externallinks... |
3 years ago |
select distinct substring_index(el_to, '/', 3) from externallinks where... |
3 years ago |