| David Phillips ( @ 2006-11-19 21:50:00 |
Pivot Tables in Oracle
This trick is a fast and efficient method for generating a set with any number of rows:
This trick is a fast and efficient method for generating a set with any number of rows:
SELECT level
FROM dual
CONNECT BY level <= 100 # row count