美文网首页
mysql 查询时间字段里年月相同的数据;

mysql 查询时间字段里年月相同的数据;

作者: Mylovesunshine | 来源:发表于2021-03-19 09:39 被阅读0次

    date_format(tbname,'%Y-%m')=date_format(now(),'%Y-%m')

    date_format(库字段,'%Y-%m')=date_format(传入字段,'%Y-%m')

    相关文章

      网友评论

          本文标题:mysql 查询时间字段里年月相同的数据;

          本文链接:https://www.haomeiwen.com/subject/mefvcltx.html