Does MongoDB support floating point types?

前端 未结 4 555
余生分开走
余生分开走 2020-12-03 16:31

I am migrating a mysql database to mongodb. But i have read in MongoDb data types and then there is no reference to floating point types like, float, double, decimal.

<
4条回答
  •  时光说笑
    2020-12-03 17:24

    It has, Introduction

    A value is a

    • basic type like string, integer, float, timestamp, binary, etc.,
    • a document, or
    • an array of values

提交回复
热议问题