begin
  case random(n) of
   0:抽去第一张表,改之;
   1:抽去第二张表,改之;
   .............
  end;
  //作其他表的修改;
end;