gpt4 book ai didi

php - 按 transaction_code 显示数据库组中的数据

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

在我的数据库中,我创建表名称orders,其中结构transaction_codedatecustomer_nameproduct_descriptionquantitytotal_quantity 所有字段都有数据。

在我之前的事件中,我使用while循环来显示表中的数据,它工作正常,在这种情况下,我想将具有相同 transaction_code

的所有行分组

下图显示了我的数据库结构和数据

enter image description here

最佳答案

select * from orders group by transaction_code 

关于php - 按 transaction_code 显示数据库组中的数据,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27308926/

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