AppEnhancer - How do I query the database for total number of annotations for an application?
Applies to all versions
|
Issue:
How do I query the database for total number of annotations for an application? Solution: "Select * from ae_dl# where annote > 0" The annote ID will have to be greater than 0 if an annotation has been made to the file. Any document that does not have annotation should have a value 0. |