| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.theory -> Re: factorial
Joe,
INSERT INTO Factorials VALUES (1, 0); INSERT INTO Factorials VALUES (2, 0); INSERT INTO Factorials VALUES (3, 0); INSERT INTO Factorials VALUES (4, 0); INSERT INTO Factorials VALUES (5, 0);
Isn't that very procedural as well? Why not use: INSERT INTO Factorials VALUES (1, 0), (2, 0), (3, 0), (4, 0), (5, 0);
*sorry,couldn't resist, chuckle*
Serge
-- Serge Rielau DB2 UDB SQL Compiler Development IBM Software Lab, CanadaReceived on Mon Jan 21 2002 - 16:16:45 CST
![]() |
![]() |