by Neelam Sharma » Jun 25th, '10, 14:11
Yes, you can sort items, SDB Explorer provides two way to sort items-
Option-1- Select the item from combo situated at middle panel, check asc if you want sorting in ascending order. If you do not select any item then it sort according to first attribute of table.
Option-2- You can give sort query & select your region of domain then click 'Run Query'.
Syntax of query - select * from domain-name where item-name is not null order by item-name asc.