Zoomed Image

AMSX Scripting Language - Command : SqlStatement.Merge

Summary

Merge one SQL statement variable into another

Description

Merges the source SQL statement variable into the target, combining WHERE clauses and other applicable clauses. The result of the merge is stored in the result buffer. Use this to combine filter conditions from independently constructed queries.

Parameters

ParameterDescription
cmdSQL statement variable name to merge into (target)
Argument 0SQL statement variable name to merge from (source)

Syntax


SqlStatement.Merge "SQL statement variable name to merge into (target)", "SQL statement variable name to merge from (source)"

Return to the AMSX Command Reference