QueryColumnList
Method Signature
QueryColumnList(query=[query])Arguments
Argument
Type
Required
Description
Default
Examples
Create a query and output the column list
myQuery = queryNew( "ID,name,age" );
writeOutput( queryColumnList( myQuery ) );
Using a member function
Additional Examples
Related
Last updated
Was this helpful?
