摘要: 修改文件格式为unix使用vi/vim进入文件,命令模式输入::set ff=unix或者::set fileformat=unix wq保存退出 可以正常运行 阅读全文
posted @ 2020-06-18 15:24 给我白兄打酒切 阅读(463) 评论(0) 推荐(0)
摘要: 使用Date() select date(createDate),statusCode,count(statusCode) From table_name group by ate(createDate),statusCode 阅读全文
posted @ 2020-05-20 18:41 给我白兄打酒切 阅读(172) 评论(0) 推荐(0)