Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Oracle Magazine Blooper
See, whenever I see tehse constructs in migration I take the chain-saw
to it:
INSERT INTO loop_test
WITH loop(i) AS (VALUES 999 UNION ALL
SELECT i+1 FROM loop WHERE i < 1100)SELECT i FROM loop;
But as you say. An example makes a point. One shall not over interprete it as a coding guideline.
Cheers
Serge
-- Serge Rielau DB2 SQL Compiler Development IBM Toronto LabReceived on Sun May 09 2004 - 12:24:46 CDT
![]() |
![]() |