Zoomed Image

AMSX Scripting Language - Command : QueryToTempTable

Summary

Run a named query and load its results into a temporary table

Description

Executes a saved xAssets query and stores the result set in a temporary table for use by subsequent AMSX commands. The table is created without a sort order. Use QueryToTempTableWithSort to preserve sort order.

Parameters

ParameterDescription
cmdQuery name

Syntax


QueryToTempTable "Query name"

Return to the AMSX Command Reference