gpt4 book ai didi

php - 从 mysql 表中读取唯一数据

转载 作者:行者123 更新时间:2023-11-29 05:39:39 25 4
gpt4 key购买 nike

假设我有一个表可以包含这样的数据:

id     name      class
-- ---- ------
1 Joshua math
2 Mary history
3 Mary chemistry
4 Matt physics

如您所见,对于“Mary”,我们有两个类(class)“history”和“chemistry”。我如何(使用 php 或 SQL 语句)获取“Mary”的数据并像这样返回它:

Mary, history, chemistry

换句话说,我想获取表中的所有数据并像这样返回:

Josuha, math
Marry, history, chemistry
Matt, physics

因此,每当一个用户在表中多次出现时,我会在一行中获取他/她的所有数据。

最佳答案

使用 MySQL 的 GROUP_CONCAT()聚合函数。

关于php - 从 mysql 表中读取唯一数据,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7782138/

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