简体   繁体   English

有人可以向我解释一下吗? ROUND(AVG(cast(tripduration as int64)/60),2)

[英]Can somebody please explain me this? ROUND(AVG(cast(tripduration as int64)/60),2)

Im not very savvy when it comes tech I verely just started the Google Data Analytics course, but I found my self lost in this query:当涉及到技术时,我不是很精明我刚刚开始谷歌数据分析课程,但我发现自己迷失在这个查询中:

ROUND(AVG(cast(tripduration as int64)/60),2) ROUND(AVG(cast(tripduration as int64)/60),2)

What exactly I'm asking when writing down this query?写下此查询时我到底在问什么? I can't really understand the instructor from the course.我无法真正理解课程中的讲师。

I can run my query with no problem I just can't understand what exactly I'm doing.我可以毫无问题地运行我的查询,我只是不明白我到底在做什么。

It calculates the average trip duration in minutes and rounds it to two decimal places它以分钟为单位计算平均行程持续时间并将其四舍五入到小数点后两位

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何从 AWS Kinesis Firehose 编写带有 int64 时间戳(而不是 int96)的 Parquet 文件? - How can I write Parquet files with int64 timestamps (instead of int96) from AWS Kinesis Firehose? int64 溢出采样 n 行数(不是 %) - int64 overflow in sampling n number of rows (not %) 不能将 r.Condition.AgeInDays(int64 类型的变量)用作结构文字中的 *int64 类型 - cannot use r.Condition.AgeInDays (variable of type int64) as type *int64 in struct literal 有人可以解释“带宽”在 AWS 数据传输(计费)中的含义吗? - Can somebody explain what "Bandwidth" means in AWS Data Transfer (Billing)? 当我将 int64 类型号写入 function 时,返回不同的数字 - When I write an int64 type number to the function, a different number is returned 用不适合我的新元素丰富 Json。请指导 - Enrich Json with new elements not working for me .Please guide 如何在 Redshift 中将文本转换为 bit(64)? 在 Redshift 中使用 PostgreSQL 表达式 - How to cast text to bit(64) in Redshift? Use PostgreSQL expression in Redshift GitLab - 谁能给我顿悟? - GitLab - Can anyone give me an epiphany? SQL AVG Function 带时间格式 - SQL AVG Function with with a time format mk 操作中的 BigQuery 错误:读取表时出错...“无法将分区键 &lt; &gt;(类型:TYPE_INT64)添加到架构 - BigQuery error in mk operation: Error while reading table... "failed to add partition key < > (type: TYPE_INT64) to schema
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM