Chủ Nhật, 2 tháng 8, 2015

General Oracle Data on a table.

declare
i number(10);
begin
    for i in 1..1000 loop
        insert into hieupv values (i, i || ' HieuPV');
    end loop;
    commit;
end;
/

Không có nhận xét nào: