I have a Mongodb Collection in which a decimal amount is stored as a string. I would like to be able to query treating that field as a number. Is that possible without elaborate code? I would expect to be able to do. tonumber(field):{$gt:100}. But I can't find anything.
Asked
Active
Viewed 30 times