Skip to content

Instantly share code, notes, and snippets.

@kevcodez
Created October 7, 2022 14:46
Show Gist options
  • Save kevcodez/107e9093545af86601846df512e7fdc1 to your computer and use it in GitHub Desktop.
Save kevcodez/107e9093545af86601846df512e7fdc1 to your computer and use it in GitHub Desktop.
medium_mongodb_performance_asset_by_ipoDate_dividends_date
db.assets.find({
ipoDate: { $gt: ISODate('2015-01-01')},
"dividends.date": { $gt: ISODate('2022-07-01') }
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment