Use this tag for questions related to Distinct Values, i.e. values that are distinct/unique from the values in a collection.
I know that there are easy ways to generate lists of unique random integers (e.g. random.sample(range(1, 100), 10)). I …
python random distinct-valuesWhen i run a select after a number of joins on my table I have an output of 2 columns and …
sql tsql distinct-valuesI'm trying to get a distinct result from NSPredicate. My code: NSFetchRequest *request = [[NSFetchRequest alloc] init]; NSEntityDescription *entity = [NSEntityDescription entityForName:@"…
iphone ios core-data nspredicate distinct-valuesI have a huge solr index with ~1.500.000 items and I want to get all distinct Brands. I tried this solr …
solr facet faceted-search distinct-values