ALTER QUERY
Syntax
ALTER QUERY { query_id | query_name[:query_version] }
{ ADD | DROP } TAG tag_key = 'tag_value'
[, { ADD | DROP } TAG tag_key = 'tag_value' ]...;Description
Arguments
query_id
query_name
query_version
tag_key
tag_value
Tag Operations
ADD TAG
DROP TAG
Examples
Add tags to a query
Add a tag to a query using query name
Remove tags from a query
Mix add and drop operations
Related Commands
Last updated

