update多列的几种选择

一天鲜硕37
2013-10-14 · TA获得超过4506个赞
知道小有建树答主
回答量:1036
采纳率:0%
帮助的人:2466万
展开全部
当update 多列 时有如下几种选择 1.)教科书式写法 update t_table a set f1=(select f1 from testz b where a.id=b.id), f2=(select f2 from testz b where a.id=b.id), f3=(select f3 from testz b where a.id=b.id) where id=2;ITPUB个人空间0N2q;M4h-d u+p?oX'N 2.)教科书变种 update t_table a set (f1,f2,f3)=(select f1,f2,f3 from testz b where a.id=b.id) where id=2; 虽然道理和方法1一样,却省了不少事 3.)另类nest table写法 update (select f1,f2,f3 from t_table where id=2) ...
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式