Can any one tell me how you can look for data that did not meet the criteria set for in a partitioned table?
Assuming I have partitioned tables based on age 10-20,21-30,31-40,etc up to91-100.

Is there any way that I can look/search for all data that does not meet this criteria? i.e data that dose not fall in the category set for the partitions? Or is there a way that I can do a count on those that are not in the partition?