ADD for Single Fields Syntax
Using ADD keyword we can add two single fields. Please look on below syntax.
Syntax:
ADD <n> TO <m>.
The contents of <n> are added to the contents of <m>. The result is placed in <m>. Equivalent of
<m> = <m> + <n>.
No comments:
Post a Comment