JanisZhan
JanisZhan
全部文章
题解
归档
标签
去牛客网
登录
/
注册
JanisZhan的博客
全部文章
/ 题解
(共1篇)
题解 | #计算商城中2021年每月的GMV#
-- 不足10 的月份前面补0: Select Right(100 + Month(需要获取月份的时间), 2) date_format(event_time,'%Y-%m') select concat(year(event_time),'-',Right(100 + Month(ev...
Mysql
数据库
2022-06-24
1
250