gpt4 book ai didi

php - 我如何使用 mysql 找出本月的订单明智礼帽

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

name     amount  date
----------------------------------------------------
sarava 10000 2015-12-01
muthu 5000 2016-01-08
sarava 7000 2016-01-06
muthu 10000 2016-01-16

本月预计输出高度顺序: name->muthu<br/>
amount->15000

最佳答案

尝试如下:

SELECT name, SUM( amount ),date_format( `date` , '%M' ) as month
FROM tablename
where month='January'
GROUP BY date_format( `created_at` , '%M' )

关于php - 我如何使用 mysql 找出本月的订单明智礼帽,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34762462/

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