|
I don't think I've ever seen this message before
:
"-WARNING- Row overflow - note columns
truncated. (2580)"
However, it's what I'm getting when I issue this
command
SELECT
MyColumn_A,COUNT(*),LISTOF(MyColumn_B) FROM MY_TABLE WHERE ... GROUP BY
MyColumn_A
I began seeing "garbage" in the LISTOF() column of the query's
result-set, but no error message.
I subsequently ran PACK ALL. Now I still see "garbage"
(extended ASCII characters) and I get
the error message.
Also, when I BROWSE the table, everything appears
normal.
Is this a situation where I've "overflowed" the bounds for the
return_value of LISTOF()?
Any suggestions?
Thanks,
Steve in Memphis
|

