@INROWNUM is a system variable,it tells how many records are coming to each node @outrownum is a system variable,it tells how many records are going from each node. @num partition tells these records are going to which node @partition num tells records coming from which partition
@INROWNUM is a system variable,it tells how many records are coming to each node
ReplyDelete@outrownum is a system variable,it tells how many records are going from each node.
@num partition tells these records are going to which node
@partition num tells records coming from which partition
what is @TRUE and @FALSE ?
ReplyDelete@TRUE and @FALSE are like sudo codes which can be used to validate or check the boolean values of a stage variable or macro.
ReplyDelete