25
2026
04

sql语句查询指定年月的数据

select * from t_table where Year(date_field) = 2026 and Month(date_field) = 4


« 上一篇

发表评论:

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。