786snow
Programmer
- Nov 12, 2006
- 75
Is it possible to have OR with LIke, I am trying to do the following , whcih is obviously wrong as it is not working
Code:
select* from products, where category_id = 'ph100' and features_camera LIKE '%2%' or '%3%' order by auto_no desc LIMIT 0,10