当前位置:网站首页>mysql月份比較是否相等
mysql月份比較是否相等
2022-08-04 05:35:00 【&不羁之风&】
SELECT
date_format(motor_arrange.arrange_date,'%Y-%m')
FROM
motor
LEFT JOIN motor_arrange ON motor_arrange.motor_id = motor.motor_id
LEFT JOIN motor_type ON motor.motor_type_id = motor_type.motor_type_id
LEFT JOIN car_stype ON motor_type.car_stype_id = car_stype.car_stype_id
LEFT JOIN area ON area.area_id = motor_arrange.area_id
WHERE
1 = 1
and date_format(motor_arrange.arrange_date,'%Y-%m')='2020-08';
边栏推荐
- 把DocumentsandSettings迁移到别的盘
- C#找系统文件夹路径
- 对渗透测试工程师来说,学历重要嘛?
- Uos统信系统 DISK(RAID+LVM)
- Database Skills: Organize SQL Server's Very Practical Scripts
- golang rtsp拉流测试
- RuntimeError: You called this URL via POST, but the URL doesn‘t end in a slash and you have APPEND_S
- 网络端口大全
- 数据库:整理四个实用的SQLServer脚本函数
- 一场聚会,转行渗透测试月薪13.5k,感谢那个女同学......
猜你喜欢
YOLOv3详解:从零开始搭建YOLOv3网络
VMD combined with ISSA to optimize LSSVM power prediction
Faster - RCNN principle and repetition code
Scheduler (Long-term,Short-term, Medium-term Scheduler) & Dispatcher
Database: Organize Four Practical SQL Server Scripting Functions
VMD结合ISSA优化LSSVM功率预测
Software: Recommend a domestic and very easy-to-use efficiency software uTools to everyone
无监督特征对齐的迁移学习理论框架
电脑知识:台式电脑应该选择品牌和组装,值得收藏
电脑软件:推荐一款磁盘空间分析工具——WizTree
随机推荐
Prematurely reached end of stream
CMDB 腾讯云部分实现
What is the connection between GRNN, RBF, PNN, KELM?
狗都能看懂的Self-Attention讲解
MAML原理讲解和代码实现
Faster - RCNN principle and repetition code
VS 2017编译 QT no such slot || 找不到*** 问题
数据库知识:SQLServer创建非sa用户笔记
MySQL(4)
Uos统信系统 SSH
Vmmem process (WSL2) consumes huge amount of memory
安全漏洞是如何被发现的?
Detailed explanation of DenseNet and Keras reproduction code
基于EEMD+GRU+MLR的时间序列预测
Faster RCNN原理及复现代码
复杂格式的json转递
无一技之长学什么可以做到月入上万?
华硕飞行堡垒系列无线网经常显示“无法连接网络” || 一打开游戏就断网
数据库技巧:整理SQLServer非常实用的脚本
字符串的一些方法