不灭的焱

加密类型:SHA/AES/RSA下载Go
复合类型:切片(slice)、映射(map)、指针(pointer)、函数(function)、通道(channel)、接口(interface)、数组(array)、结构体(struct) Go类型+零值nil
引用类型:切片(slice)、映射(map)、指针(pointer)、函数(function)、通道(channel) Go引用

作者:AlbertWen  添加时间:2015-06-20 13:52:40  修改时间:2025-12-03 08:52:05  分类:03.MySQL/PgSQL/Redis  编辑

update table1 t1 ,table2 t2 set t1.field1 = t2.field2 where t1.id = t2.id