Hi,
I have this script in oracle,
begin
for i in 1..100000 loop
INSERT INTO STUDENT VALUES (i,'FirstName','LastName','Major' ,55000,'2006-06-05');
commit;
end loop;
end;
Can some one help me to write this in teradata.
the table is
create table student
, no fallback
, no before...