The results in the following query do not reflet the same record lenght displayed in Control Center, Estimate Statistics panel in UDB AIX. Why? How could I build a query that generate record lenght for every table?
select tabname,sum(length)
from syscat.columns
where tabschema = '<schema-name>'
group by tabname