Re: LIMIT not working problem

2004-02-02 Thread BAO RuiXian
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

Re: LIMIT not working problem

2004-02-02 Thread vpendleton
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

LIMIT not working problem

2004-02-02 Thread Matthew Stuart
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 LIKE'%userinput%') AND fld_c