gpt4 book ai didi

mysql - 如何在单个列中加入 codeigniter 中的两个表

转载 作者:行者123 更新时间:2023-11-29 04:14:56 24 4
gpt4 key购买 nike

我想将 CodeIgniter 中的两个表连接到一个列中。例如,有如图所示的表A

enter image description here

表B

enter image description here

合并表 A 和表 B 后的预期结果

enter image description here

最佳答案

使用联合

select name from tableA
union
select name from tableB

关于mysql - 如何在单个列中加入 codeigniter 中的两个表,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55757460/

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