Re: factorial

From: Serge Rielau <srielau_at_ca.ibm.com>
Date: Mon, 21 Jan 2002 17:16:45 -0500
Message-ID: <3C4C934D.75985377_at_ca.ibm.com>


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, Canada
Received on Mon Jan 21 2002 - 23:16:45 CET

Original text of this message