JSON Exceptions in "tika_1_8_SNAPSHOT"

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_B <> ''group by extensions_total.FILE_EXTENSION order by COUNT desc;