Jonney · 2005-04-06 04:30:28 · 阅读: 356 sqlserver是这么写的 update a set f = b.a from a,b where a.c = b.c 其中b可以是一个select 集合