Subject Re: [firebird-support] Why do I get a CHAR as a SUM
Author Dimitry Sibiryakov
> This is data coming over from SQL-Pass Through I do in VFP if it matters.

SUM of SMALLINTs is BIGINT, but VFP is not clever enough to recognize
BIGINTs, so it is transformed to CHAR.

SY, SD.