SELECT RMA.RMA_ID,RMA.SUMMARY,RMA.NOTE FROM RMA WHERE (UPPER(RMA.NOTE) like '%RUSTIC%' or UPPER(RMA.NOTE) like '%DRAM%' or UPPER(RMA.NOTE) like '%RAM%')
3 OR statements on a varchar(5000) field should not cause this error, is there a workaround I can use to fetch my report? thanks -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]