Returns the amount of all columns in the given query object
queryColumnCount(query)
returns numeric
query.columnCount()
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| query | query | Yes |
myQuery = queryNew("ID,name,age");
writeOutput( queryColumnCount( myQuery ) );