RE: [PHP] MySQL query length

2001-08-27 Thread Kees Hoekzema
n [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, August 28, 2001 8:51 AM > To: Php-General > Subject: [PHP] MySQL query length > > > Can it cause any problems if mySQL query is very long? I have to compare > many words to many fields in my DB and I've done it like > "Fi

[PHP] MySQL query length

2001-08-27 Thread Niklas Lampén
Can it cause any problems if mySQL query is very long? I have to compare many words to many fields in my DB and I've done it like "Field LIKE '%searchword%' || Field LIKE '%searchword%' || Field LIKE '%searchword%'.". Query is build by a function, so I don't know the exact length but it is