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