sql造数技巧
更新:HHH   时间:2023-1-7



begin

     for i in 1 .. 10000

      loop

          insert  into tcustmer values ( i, 'xixixi','hahaha','aa' );

  end loop;

   commit;

  end;


返回关系型数据库教程...