width_bucket(x,bound1,bound2,n)
查询
presto:default> select width_bucket(5,3,4,5) as width;
width ------- 6
根据上面的输入,3 和 4 是不同的边界,返回的桶宽度为 6。
apache_presto_sql_functions.html
presto:default> select width_bucket(5,3,4,5) as width;
width ------- 6
根据上面的输入,3 和 4 是不同的边界,返回的桶宽度为 6。
apache_presto_sql_functions.html
如果您发现内容有误或提出修改建议,请随时向我们发送 E-mail 邮件:
421660149@qq.com
您的建议已发送到 W3schools。