--CELKO-- wrote:
We just got a "SQL Statement too long or complex" error on the
ISERIES. James was able to get a compile after replacing some full
table names with (much shorter) correlation names, etc.
>
I have not see his query, but what are the statement size limits? I
thought they would be so large that this should not happen in a
practical situation.
ISERIES. James was able to get a compile after replacing some full
table names with (much shorter) correlation names, etc.
>
I have not see his query, but what are the statement size limits? I
thought they would be so large that this should not happen in a
practical situation.
Maximum length of an SQL statement (in bytes) 2 097 152
(from:)
Prior to that:
Longest SQL statement 65535
(from:)
--
Karl Hanson
Leave a comment: