Anagram Help - Oracle9i Enterprise …

Anagram Help - Oracle9i Enterprise …

I just posted a solution on the OTN forums where I am using a regular table function and a recursive procedure to generate anagrams

select * from table(anagram.f('ABC'));

COLUMN_VALUE
------------
ABC
ACB
BAC
BCA
CAB
CBA

Put your code in <code> and </code> tags

Leave a Reply

Use <code> and </code> to post code