Hypermommy
Programmer
Was trying to run a query in the CSP Query Builder, namely:
select distinct si_progid from ci_infoobjects
Expected to get one entry for each different si_progid in ci_infoobjects but the first couple were CrystalEnterprise.Folder and then the next several were CrystalEnterprise.FavoritesFolder and so on. So, obviously the "distinct" in my query was not processed the same as what I'm used to. Is there a different way to get a distinct listing?
Thanks.
-= Hypermommy =-
select distinct si_progid from ci_infoobjects
Expected to get one entry for each different si_progid in ci_infoobjects but the first couple were CrystalEnterprise.Folder and then the next several were CrystalEnterprise.FavoritesFolder and so on. So, obviously the "distinct" in my query was not processed the same as what I'm used to. Is there a different way to get a distinct listing?
Thanks.
-= Hypermommy =-