yao000 发表于 2018-10-17 13:27:35

sql造数技巧

  begin
  for i in 1 .. 10000
  loop
  insertinto tcustmer values ( i, 'xixixi','hahaha','aa' );
  end loop;
  commit;
  end;

页: [1]
查看完整版本: sql造数技巧