You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SELECT REGEXP_REPLACE(Referer, '^https?://(?:www\.)?([^/]+)/.*$', '\1') AS k,
AVG(length(Referer)) AS l,
COUNT(*) AS c,
MIN(Referer)
FROM hits
WHERE Referer <>''GROUP BY k
HAVINGCOUNT(*) >100000ORDER BY l DESCLIMIT25;
The text was updated successfully, but these errors were encountered:
Query 29
The text was updated successfully, but these errors were encountered: