JSON Exceptions in "pdfbox_1_8_8"

There were no results for this query.



SELECT comparisons.File_Extension, count(1) as COUNT, extensions_total.NUM_FILES from comparisons left outer join extensions_total on comparisons.FILE_EXTENSION=extensions_total.FILE_EXTENSION where JSON_EX_A <> ''group by extensions_total.FILE_EXTENSION order by COUNT desc;