gpt4 book ai didi

mysql - 如何从下表中选择用户好友的帖子?

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

please check the screenshot on the below link for the tables

Table1: posts
Table 2: friends

我想在网站中显示用户的 friend 的帖子(例如userId=3),那么双表查询应该如何我使用?
如果 status=1

,这里 user_one_id 和 user_two_id 是 friend

最佳答案

SELECT * 
FROM posts p JOIN friends f on p.userId=f.user_one_id OR p.userId=f.user_two_id
WHERE userId=3

关于mysql - 如何从下表中选择用户好友的帖子?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34148879/

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