求数据表中字符型字段的实际长度的最大值指令求助---求数据表AA.dbf 字段 BB C(30)的实际长度的最大值ALLTRIM(BB)[解决办法]select max(len(ALLTRIM(BB))) from tt