Zoomed Image

AMSX Scripting Language - Command : QueryToTempTableWithSort

Summary

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

Description

Executes a saved xAssets query and stores the result set in a temporary table, preserving the query's sort order. Use QueryToTempTable if sort order is not needed.

Parameters

ParameterDescription
cmdQuery name

Syntax


QueryToTempTableWithSort "Query name"

Return to the AMSX Command Reference