求救PLSQL单行子查询返回多个行
如图所示,这样的更新怎么写updateAaseta.数字=(selectB.数字fromBwherea.姓名=b.姓名)这样会给我报错说单行子查询返回多行具体代码如下up...
如图所示,这样的更新怎么写 update A a set a.数字= (select B.数字 from B where a.姓名=b.姓名) 这样会给我报错说单行子查询返回多行
具体代码如下 update bmba_t a
set a.bmba015 = (select b.imae101 from imae_t b where b.imae001 = a.bmba003 and b.imae101 is not null and a.bmbaent='200' and imaeent='200' ) 展开
具体代码如下 update bmba_t a
set a.bmba015 = (select b.imae101 from imae_t b where b.imae001 = a.bmba003 and b.imae101 is not null and a.bmbaent='200' and imaeent='200' ) 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
广告 您可能关注的内容 |