Subject Re: [firebird-support] Re: Implementation limit exceeded
Author Dmitry Yemanov
Daniel wrote:
>
> No, I deleted the irrelevant fields for simplicity. Please find below
> the DDL generated via FlameRobin.

Total length of the data in the select list is limited by 64K.

In your case, I would think about replacing varchar(32K) columns with
text blobs.


Dmitry