I have an annotation feature class containing several annotation classes. There are SQL queries set on the annotation classes. They act as a definition query, determining which features are part of a certain annotation class.
An example would be OBJTYP = '3A' OR OBJTYP = '3B' OR OBJTYP = '3C'. The queries originate from the label settings on the layer which was used to create the annotation feature class.
I now want to change the SQL queries. Is there a way to do this?