Last updated
Was this helpful?
Last updated
Was this helpful?
Deletes a column within a query object.
Builds a simple query and removes the 'id' column.
Result: {"COLUMNS":["TITLE"],"DATA":[["Dewey defeats Truman"],["Man walks on Moon"]]}
query
query
true
The query object to which the column should be deleted.
column
string
true
The name of the column to delete.