Matthew Stuart wrote:
This query is working fine apart from the LIMIT part. I can’t see what
is wrong with it, I have tried it in different places and still no
luck. Does anybody know why it’s not working?
WHERE (fld_headline LIKE'%userinput%' OR fld_summary LIKE'%userinput%'
OR fld_body LIK
Limit needs to be the last line in your query
>> Original Message <<
On 2/2/04, 1:55:13 PM, Matthew Stuart <[EMAIL PROTECTED]> wrote regarding
LIMIT not working problem:
> This query is working fine apart from the LIMIT part. I can't see what
> is wrong with it,