Re: The length of the sql query

2006-08-23 Thread Dan Buettner
Emi, it appears in 3.23 your limit is 16 MB. In 4.0 and later, it is 1 GB. http://dev.mysql.com/doc/refman/4.1/en/packet-too-large.html Dan On 8/23/06, Emi Lu <[EMAIL PROTECTED]> wrote: Hello, Just curious to know whether Mysql 3.23 has any length constraint about where part, such as Que

Re: The length of the sql query

2006-08-23 Thread Michael Loftis
--On August 23, 2006 1:55:36 PM -0400 Emi Lu <[EMAIL PROTECTED]> wrote: Hello, Just curious to know whether Mysql 3.23 has any length constraint about where part, such as Query = [ select col1, col2, ... coln from table 1, table2, where constraint1 + constraint2 +

The length of the sql query

2006-08-23 Thread Emi Lu
Hello, Just curious to know whether Mysql 3.23 has any length constraint about where part, such as Query = [ select col1, col2, ... coln from table 1, table2, where constraint1 + constraint2 +constraintN ] Is there any length arrange for the Query str such as