摘要: update语句UPDATE master-data-set transaction-data-set ; BY by-variable;TIPS:1:后面只能跟两个数据集,且一定要和by语句连用,这个by语句给出了主数据集和更新数据集共同变量的名字。2:update语句中使用的数据集必须实现按照... 阅读全文
posted @ 2014-06-20 21:03 暴走的豆浆 阅读(8335) 评论(0) 推荐(0) 编辑
摘要: By语句By语句用于规定分组变量,控制set,merge,update或modify语句官方说明:BY variable-1variable-n> ;specifies the variable that the procedure uses to form BY groups. You can s... 阅读全文
posted @ 2014-06-20 16:24 暴走的豆浆 阅读(9543) 评论(0) 推荐(0) 编辑