Zoomed Image

AMSX Scripting Language - Command : sqlstatement.dump

Summary

Dump the generated SQL text of a SQL statement variable to the result buffer

Description

Renders the SQL statement variable to its final SQL string and stores it in the result buffer. Useful for inspecting or logging the constructed query before execution.

Parameters

ParameterDescription
cmdSQL statement variable name

Syntax


SqlStatement.Dump "SQL statement variable name"

Return to the AMSX Command Reference