`
javaliujie
  • 浏览: 58350 次
  • 性别: Icon_minigender_1
  • 来自: 广州
社区版块
存档分类
最新评论

Informix联表更新

阅读更多

update table_a set apname=(select max(name) from person

where id=table_a.apid)

where apid in(select id from person)

and (apname='' or apname is null);

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics