in reply to Re: SQL queries using dynamic array
in thread SQL queries using dynamic array
just remember that a SQL statement can contain at most 4000 chars.
Which database has that limitation?
I've googled a bit, and I think that you have that statement mixed up with '(some char column type(s)) can be at most 4000 characters', which would mean that each bind variable could be at most that length.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: SQL queries using dynamic array
by pg (Canon) on Aug 04, 2005 at 04:48 UTC | |
by runrig (Abbot) on Aug 04, 2005 at 17:04 UTC |