> Just wondering if there is a maximum size to the sql that can be passed as
a
> mysql_query, either from mysql itself or from the php side of things?
>
> I ask only cause I have a limiting clause on my select and I have no idea
how
> big it will grow and I would prefer to write it in such a way that I don't
> have to worry about it.

There's no practical limit, I imagine. If you're talking MB size queries,
then you may run into some kind of problem, but then if you've got query
strings that size, you've got other issues to worry about.

---John Holmes..


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to