Home > Blogroll, sql > Anagram Help – Oracle9i Enterprise …

Anagram Help – Oracle9i Enterprise …

April 17th, 2007 Leave a comment Go to comments

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

Tags:
  1. No comments yet.
  1. No trackbacks yet.
*