Database/SQL: How to store longitude/latitude data?

后端 未结 8 1230
醉酒成梦
醉酒成梦 2020-12-07 10:03

Performance question ...

I have a database of houses that have geolocation data (longitude & latitude).

What I want to do is find the best way to store t

8条回答
  •  感情败类
    2020-12-07 10:30

    Float (10,6)

    Where is latitude or longitude 5555.123456?

    Don't you mean Float(9,6) instead?

提交回复
热议问题