3个回答
2014-04-08
展开全部
提问有误,表述不清晰!谢谢
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
没有太看明白,你到底要修改哪个值,改为什么?
更多追问追答
追答
晕,你的年龄的值在哪儿呢?
如果是直接修改,那只能一条一条修改:
update b set age = 20 where exists (select 1 from a where a.id = b.aid and a.name = '李四');
update b set age = 22 where exists (select 1 from a where a.id = b.aid and a.name = '王五');
update b set age = 25 where exists (select 1 from a where a.id = b.aid and a.name = '赵六');
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询