Add
Returns the sum of the provided values.
Add(1, 2)
Ordinal | Type | Description | |
---|---|---|---|
1 | numeric | Required | First value to add |
2 | numeric | Required | Second value to add |
Given @abc=10 and @def=20
The system returns:
Returns the sum of the provided values.
Add(1, 2)
Ordinal | Type | Description | |
---|---|---|---|
1 | numeric | Required | First value to add |
2 | numeric | Required | Second value to add |
Given @abc=10 and @def=20
The system returns: