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
COUNT(distinct sourceIP.keyword) AS size
FROM dataflow
WHERE
startTime > 525757149439
AND startTime < 1525757449439
GROUP BY appName.keyword
ORDER BY size desc
根据size排序怎么处理呢?