99999久久久久久亚洲,欧美人与禽猛交狂配,高清日韩av在线影院,一个人在线高清免费观看,啦啦啦在线视频免费观看www

熱線電話:13121318867

登錄
2022-12-30 閱讀量: 677
mysql 學(xué)習(xí)46--每小時(shí)PV、UV、人均瀏覽量、成交量、成交額

-- 3.1.3 練習(xí):每小時(shí)PV、UV、人均瀏覽量、成交量、成交額

select

小時(shí),

sum(behavior_type='pv') as 瀏覽量,

count(distinct user_id) as 訪客數(shù),

sum(behavior_type='pv')/count(distinct user_id) as 人均瀏覽量,

sum(behavior_type='buy') as 成交量,

sum(if(behavior_type='buy',amount,0)) as 成交額

from UserBehavior_new

group by 小時(shí);


34.2857
0
關(guān)注作者
收藏
評(píng)論(0)

發(fā)表評(píng)論

暫無(wú)數(shù)據(jù)
推薦帖子