Combining several database table together?

前端 未结 2 1578
不知归路
不知归路 2020-12-12 08:32

I have two tables tour_foreign&tour_foreign_residence in database and want merger this two table together that get output from PHP code as foll

2条回答
  •  情歌与酒
    2020-12-12 09:03

    Try using GROUP_CONCAT() to join the names from you tour_foreign_residence table

提交回复
热议问题