Zoomed Image

AMSX Scripting Language - Command : sqlstatement.basetable

Summary

Set the base table on a SQL statement variable

Description

Assigns the FROM table for the given SQL statement variable. Must be set before the statement can be executed.

Parameters

ParameterDescription
cmdSQL statement variable name
Argument 0table name

Syntax


SqlStatement.BaseTable "SQL statement variable name", "table name"

Return to the AMSX Command Reference