gpt4 book ai didi

mysql - 显示房间联系方式

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

我在“orang”表中有联系人列表 enter image description here

当我以 baim (orang.id='38') 身份登录时,我的设备中将显示“orang”表中的我的联系人

select * from orang where id!='38'

enter image description here

我如何在“房间”表中的可能联系人中显示“房间.id”?(我想将其显示在红框中)如果房间中的 2 个联系人之间存在关系,则 roo.id 将显示房间表中的 id。如果房间中的2个联系人之间没有关系,则会显示Null。 'pengirim' 和 'penerima' 字段取自 orang.id enter image description here

谢谢

最佳答案

试试这个...

SELECT room.id, orang.* FROM room, orang WHERE room.pengirim = orang.id and orang.id != 38

关于mysql - 显示房间联系方式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45204139/

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