I have a collection containing demographic data by zip code. It has 6 columns for every age group:
Total; Estimate; AGE # - #Total; Margin of Error; AGE # - #Male; Estimate; AGE # - #Male; Margin of Error; AGE # - #Female; Estimate; AGE # - #Female; Margin of Error; AGE # - #
There are around 10 age groups, so there are 60 fields. And there are over 33,000 documents (33,000+ zipcodes). So there's a lot of data. Is there a way to remove all the margin of error columns using some sort of SQL-like "like"? Like remove any field "%Margin%".