当前位置:网站首页>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';
边栏推荐
- Gramm Angle field GAF time-series data into the image and applied to the fault diagnosis
- Visualization and Animation Technology (3D Visualization)
- 【音视频开发系列】fdk_aac 之 PCM 转 AAC
- Memory limit should be smaller than already set memoryswap limit, update the memoryswap at the same
- 安全漏洞是如何被发现的?
- 更改软件的默认安装位置
- 数据库技巧:整理SQLServer非常实用的脚本
- 硬件知识:RTMP和RTSP传统流媒体协议介绍
- MySQL之SQL结构化查询语言
- 异步编程之promise,任务队列,事件循环
猜你喜欢
mysql:列类型之float、double
软件:给大家推荐一款国产非常好用的效率软件uTools
Based on the EEMD + + MLR GRU helped time series prediction
Database: Organize Four Practical SQL Server Scripting Functions
基于子空间结构保持的迁移学习方法MLSSM
Online public account article content to audio file practical gadget
FCN——语义分割的开山鼻祖(基于tf-Kersa复现代码)
【C# - 爬虫】使用Selenium实现爬虫,获取近七天天气信息(包含完整代码)
CMDB 阿里云部分实现
基于爬行动物搜索RSA优化LSTM的时间序列预测
随机推荐
2DCNN, 1DCNN, BP, SVM fault diagnosis and result visualization of matlab
ssm pom文件依赖 web.xml配置
QT QOpenGLWidget 全屏导致其他控件显示问题
杰哥带大家做一次meterpreter内网渗透模拟
SegNet——论文笔记
ffmpeg打开rtsp流应该设置的几个参数
IoU, GIoU, DIoU and CIoU in target detection
QT 出现多冲定义问题
Operating System Kernel
QT 显示窗口到最前面(非置顶)
学好网络安全看这篇文章让你少走弯路
【C# - 爬虫】使用Selenium实现爬虫,获取近七天天气信息(包含完整代码)
DropBlock: 卷积层的正则化方法及复现代码
QT signals 保存到 QMap
Operating System Random
Online public account article content to audio file practical gadget
golang rtsp拉流测试
set集合
数据库知识:SQLServer创建非sa用户笔记
有且仅有的三种处理JSON的方法