如: ADOQuery的SQL為﹕
   select a.id, b.id, b.naem, a.quan 
   from a, b 
   where a.id = b.id
 現在只想更新A表﹐