select uncompressedDatasize, fixUncomp, r.*
from S100447.vReoTSStatsPlus r
where dbName like 'MF%'
;
select count(*),
sum(case when uncompressedDatasize is Null
or uncompressedDatasize <> fixUncomp
then 1 else 0 end) ungleich
from S100447.vReoTSStatsPlus
where dbName like 'MF%'