Non, elle veut pas créer des champs. Elle veut faire ceci

BEGIN
FOR i IN 1..80
LOOP
INSERT INTO MATABLE(COL1) VALUES (i);
END LOOP;
COMMIT;
END;
Et sous TOAD, execute as a script.