Zoomed Image

AMSX Scripting Language - Command : SqlStatement.WhereClause

Summary

Read the current WHERE clause text from a SQL statement variable

Description

Returns the WHERE clause string from the given SQL statement variable and stores it in the result buffer. Use this to inspect or copy a WHERE clause before modifying the statement.

Parameters

ParameterDescription
cmdSQL statement variable name

Syntax


SqlStatement.WhereClause "SQL statement variable name"

Return to the AMSX Command Reference