摘要:
Select字段时: CASE WHEN type=1 THEN 1 ELSE 0 END as type1 sum和count同样可以使用case then 时间戳转时间: FROM_UNIXTIME(time,'%Y-%m-%d') 年月日时分秒 转 年月日: FROM_UNIXTIME(UNI 阅读全文
摘要:
安装yarn https://yarnpkg.com/lang/zh-hans/docs/install/ 使用国内镜像加速npm和yarn 1. npm config set registry=https://registry.npm.taobao.org 2. yarn config set r 阅读全文