If I need to generate 3 rows called AAA, BBB, CCC, I could use dual and union all. Another method is to use Extensibility Types
select * from table
(sys.ODCIVarchar2List('AAA','BBB','CCC'));
COLUMN_VALUE
------------
AAA
BBB
CCC
Tuesday, January 1, 2008
predefined collections
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment