gpt4 book ai didi

Mysql 查询 : Display all unique IPs for a given user ID

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

我正在尝试获取用户到目前为止使用过的所有 ip。

"SELECT * FROM `logfeeds` WHERE uid=3"

简单的查询给出了所有的 ip,但我想要的是只获取每个 ip 一次。

日志提要
enter image description here

我希望查询每个 uid 只返回一次每个 IP。

截图有id=23和id=29,但应该只显示id=23,因为id=23和id=29有相同的ip。

最佳答案

使用以下查询:

"SELECT * FROM `logfeeds` WHERE uid=3 GROUP BY ip"

这肯定对你有用。

关于Mysql 查询 : Display all unique IPs for a given user ID,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16036318/

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