选择减去一小时的查询

时间:2015-10-15 03:28:49

标签: mysql sql

有以下查询:

message(
    "now have the following columns: ",
    paste(colnames(mtcars), collapse = " "), 
    "\nand the following rows: ", 
    nrow(mtcars)
)
# now have the following columns: mpg cyl disp hp drat wt qsec vs am gear carb
# and the following rows: 32

数据的结构如下:

enter image description here

我们的想法是获取给定列的当前max()值,在上面的示例中为red_kills,并从同一列的max()值中减去它,但是先前一小时。它基本上是按小时显示差异。因此,即使一个日期没有24小时的数据,它仍然会显示它所拥有的小时数据。知道查询有什么问题吗?

0 个答案:

没有答案