gpt4 book ai didi

php - 如何在php mysql中从select语句中插入部分数据

转载 作者:行者123 更新时间:2023-11-29 05:25:00 24 4
gpt4 key购买 nike

我想从 select 语句中插入部分数据..例如..

我有一个名为 movie 的表..这是字段:

-id_movie
-tittle
-studio
-time

还有另一个名为 reservation.. 的字段:

-id_reservation
-tittle
-studio
-time
-seat_1
-seat_2

因此,我想将 tittle、studio 和 time 的值插入到从 movie 表的 select 语句获取的预订表中。但我对预订表中的另一个字段(id_reservation、seat_1、seat_2)有点困惑。它们实际上不存在于第一个表(电影表)中那么如何写查询呢?

任何简单的例子都会很有帮助

谢谢

最佳答案

 $query = "INSERT INTO reservation(tittle,studio,time)
SELECT tittle,studio,time FROM movie";

关于php - 如何在php mysql中从select语句中插入部分数据,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21205543/

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