Zoomed Image

AMSX Scripting Language - Command : SqlCsv

Summary

Execute a SQL statement and return the result as a CSV string

Description

Runs a SQL statement and formats all rows and columns of the result as a comma-separated string, placing the output in the result buffer.

Parameters

ParameterDescription
cmdSQL statement to execute

Syntax


SqlCsv "SQL statement to execute"

Return to the AMSX Command Reference