All possible combinations of String in PL/SQL

Posted on 16th Feb 2014 by admin

Hi 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

Other forums