Page 1 of 1

What is the maximum size of a MySQL query string

Posted: Fri Oct 13, 2006 9:18 am
by gmrobert
How large can a MySQL Query string be?

ie.

$query .= "INSERT into ".$table."( VALUES ".$values.")";


Is there an issue if $query is 32K?


Thanks

Greg

Posted: Fri Oct 13, 2006 10:23 am
by gmrobert