摘要: select occur_period ,area_code ,index_code ,r ,gxl ,sum(gxl) over(order by r asc rows between unbounded preceding and current row ) as gxl_lj from tab 阅读全文
posted @ 2021-08-02 17:15 star521 阅读(398) 评论(0) 推荐(0)
摘要: touch支持像date命令一样参数修改文件时间: [root@web10 ~]# touch -d "2 days ago" install.log ; 利用touch修改文件时间: 1. 同时修改文件的修改时间和访问时间 touch -d "2010-05-31 08:10:30" instal 阅读全文
posted @ 2021-08-02 15:45 star521 阅读(138) 评论(0) 推荐(0)