Exceptions in "pdfbox_1_8_8"

DETECTED_CONTENT_TYPE_A NUM_FILES Number of files with exceptions Percentage of files with exceptions
application/pdf
231211
110
0.05




SELECT comparisons.DETECTED_CONTENT_TYPE_A as "Detected content type", detected_types_A.NUM_FILES as "Number of files", count(1) as "Number of files with exceptions", DEC_PATTERN((100.0*ifNull(count(1), 0)/detected_types_A.NUM_FILES) , '#.##') as "Percentage of files with exceptions" from comparisons left outer join detected_types_A on comparisons.DETECTED_CONTENT_TYPE_A =detected_types_A.DETECTED_CONTENT_TYPE_A where SORT_STACK_TRACE_A is not null group by comparisons.DETECTED_CONTENT_TYPE_A order by (1.0*ifNull(count(1), 0)/detected_types_A.NUM_FILES) desc;