Creates an action that inserts {1} into {0}. The action returns the number of rows inserted.
Target-specific default values are used for the columns in {0} that are not specified in {1}.
The function raises an evaluation error if {0} is not updatable or if {1} is not compatible with {0}.
The action raises an execution error if the operation fails.
NOTE: {0} may be left in a partially updated state if an execution error occurs.
Creates an action that executes {1} against {0} using the options specified in {2}. The behavior of the created action is ...
Creates an action that executes {1} against {0} using the parameters specified in {2} and the options specified in {3}. The ...
Creates an action that executes {1} against {0} using the parameters specified in {2} and the options specified in {3}. The ...
Creates an action that inserts {1} into {0}. The action returns a table containing the inserted rows as they appear in {0} ...
Creates an action that inserts {1} into {0}. The action returns the number of rows inserted. Target-specific default values ...
Creates an action that when executed replaces the content of {0} with {1}. The function raises an evaluation error if {0} ...
Creates an action that will try the execution of a second action that returns a result. The result of the Try action is a ...
Creates an action that will try the execution of a second action that throws an error. The result of the Try action is the ...
Creates an action that, when executed, will execute the first action (which returns "hello" ), combine its result with the ...