当前位置:Gxlcms > 数据库问题 > Mysql update 一个表中自己的数据

Mysql update 一个表中自己的数据

时间:2021-07-01 10:21:17 帮助过:28人阅读


update  table ucf,

            table t2

                set ucf.pcid = t2.pcid

    where

           t2.name = ‘liming‘

    and t2.gid= ucf.gid

    and ucf.id in(474,475,479,482,457,375,461,406,373,374);

Mysql update 一个表中自己的数据

标签:bsp   nbsp   自己的   upd   table   min   pci   name   mysq   

人气教程排行