All possible combinations of String in PL/SQL
535708Oct 9 2006 — edited Aug 10 2011Hi All,
Could you please explain the logic of getting all possible combinations of String in PL/SQL?
For ex if "HER" is string
then the output should be
HER
HRE
ERH
EHR
REH
RHE
Thanks
Suman