[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] Decimal Degrees in MySQL
- Subject: [ale] Decimal Degrees in MySQL
- From: cfowler at outpostsentinel.com (Christopher Fowler)
- Date: Wed, 12 Mar 2008 16:11:36 -0400
Can someone tell me the best way to store decimal degrees in MySQL?
I want to create columns named ddlat and ddlon. I'm not sure if I
should use a float,double, or just a string.
Decimal Degrees is formated like this:
(-)XXX.XXXXXX
Chris