View Single Post
  #2 (permalink)  
Old 02-01-2008, 05:50 PM
yosefabd yosefabd is offline
Member
 
Join Date: Feb 2008
Posts: 3
yosefabd is on a distinguished road
no,no dear
if the record previously found and you want to fill or update some fields ,you have to use update statement like :
update addcart set status='N' where productName='laptop';
Reply With Quote