Paul's tools and stuff
About
Row generation
SELECT
1
const
,
LEVEL
seq
,
ROWNUM
FROM
DUAL
CONNECT
BY
LEVEL
<=
100
;