mysql用一个表数据替换另一个表中的数据
用一个表中的一条数据,去替换另一个表中相同字段的一条数据。updatetb_restaurantsetCdate=tb_restPre.Cdatefromtb_resta...
用一个表中的一条数据,去替换另一个表中相同字段的一条数据。
update tb_restaurant set Cdate = tb_restPre.Cdate
from tb_restaurant inner join tb_restPre on(tb_restaurant.id=tb_restPre.ReplaceUid)
where tb_restPre.id=1 and tb_restaurant.id=1
这句话在MSSQL能正常,但mysql中报错耶,怎么回事?有人知道不? 展开
update tb_restaurant set Cdate = tb_restPre.Cdate
from tb_restaurant inner join tb_restPre on(tb_restaurant.id=tb_restPre.ReplaceUid)
where tb_restPre.id=1 and tb_restaurant.id=1
这句话在MSSQL能正常,但mysql中报错耶,怎么回事?有人知道不? 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询