I'd like to query mongodb with sql equivalent of:
SELECT column FROM table ORDER BY date ASC
I can get the full collection, but I want only one column. I am using pyMongo with python 3.x
I'd like to query mongodb with sql equivalent of:
SELECT column FROM table ORDER BY date ASC
I can get the full collection, but I want only one column. I am using pyMongo with python 3.x