On 29 Jul 2003 at 22:44, Bart Lateur wrote: > So MySQL cares now, does it? I'm still on MySQL 3.x, and I know that > there you may quote any type of field, so "123" for an inetegr is > alright.
The issue is specific to the values after "LIMIT". Strings in most other places are converted to integers automatically as required in MySQL 4 just as they were in 3. Have you tried quoting LIMIT values in 3.23.x? -- Keith C. Ivey <[EMAIL PROTECTED]> Tobacco Documents Online http://tobaccodocuments.org
