啥?

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2022年3月31日

摘要: -- 语法:update table_1 t1,table_2 t2 set t1.column = t2.column where t1.id = t2.pid; UPDATE house_test.shareInfo AS t1, ( SELECT u.*, g.city_code FROM ` 阅读全文
posted @ 2022-03-31 10:34 啥? 阅读(105) 评论(0) 推荐(0) 编辑