有两个表:一个是customer,主键是cust_id 
  现在要执行下面这个操作。
  update customer set name= '',sex = '' where del_flg = 1
  能够得到更新数据的主键。(select custid from customer where del_flg = 1
除外)