gpt4 book ai didi

php - 从日期字段中选择特定数据

转载 作者:行者123 更新时间:2023-11-29 03:59:55 26 4
gpt4 key购买 nike

我正在尝试从表中获取特定月份和年份的一些记录,但我只有完整的日期字段。

enter image description here

在上图中,我想从日期中选择数据,但仅限于 (2015-09)

例如:

SELECT * FROM attendance WHERE date = (year-month)

最佳答案

您可以使用yearmonth 函数:

SELECT * FROM attendance WHERE year(`date`) = '2015' and month(`date`) = '9'

关于php - 从日期字段中选择特定数据,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38763900/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com