%Update meta-SQL element
Syntax
%Update(:num [ , :num2 ])
Description
This is a shorthand for:
Update %Table(:num) set %UpdatePairs(:num) where %KeyEqual(:num2)
If num2 is omitted, the value defaults to num.
Syntax
%Update(:num [ , :num2 ])
Description
This is a shorthand for:
Update %Table(:num) set %UpdatePairs(:num) where %KeyEqual(:num2)
If num2 is omitted, the value defaults to num.