View Single Post
Old 2007-01-23, 12:29 PM   #10
cd34
a.k.a. Sparky
 
cd34's Avatar
 
Join Date: Sep 2004
Location: West Palm Beach, FL, USA
Posts: 2,396
Quote:
Originally Posted by RedCherry View Post
Code:
update dl_sites set category='73' where category='17' AND elements='1=0,2=%,3=0'  
update dl_sites set category='73' where title='%keyword%'
Code:
update dl_sites set category='73' where category='17' and elements in (1,2,3);

update dl_sites set category='73' where title like '%keyword%';
__________________
SnapReplay.com a different way to share photos - iPhone & Android
cd34 is offline   Reply With Quote