gpt4 book ai didi

php - MySQL如何从多个表中获取数据

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

我正在寻找 php+MySQL+jquery 方面的帮助我有2张 table

表 1表 1 有 4 列(id, title, desc, thumb_img)

表格 2表 2 有 3 个列(id, table1id, img)

我只想比较2个表和$_get['QS']的值;并显示来自 (title, desc, img) 的记录

期待您的帮助。:)

最佳答案

SELECT t1.title, t1.desc, t2.img
FROM table1 AS t1
JOIN table2 AS t2
ON t1.id=t2.table1id
WHERE somefieldyoudidntspecify=:qs

关于php - MySQL如何从多个表中获取数据,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3011843/

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