I am trying to sort the attribute value of custom object type using the below DQL:
select distinct object_name from ds_diary_docset order by 1
I get the results like :
ACG, ACT1, ADDPLAN AF, AEGIS, Active Per1, ActivePython 2.5.2
What i want to get:
ACG, ACT1, Active Per1, ActivePython 2.5.2, ADDPLAN AF, AEGIS
Kindly proive your valuable suggestion to get the above results?