Answers for "best data type to store latitude and longitude in mysql"

SQL
2

mysql how to store lat,lng

lat DECIMAL(10, 8), lng DECIMAL(11, 8) ;
Posted by: Guest on February-29-2020

Code answers related to "best data type to store latitude and longitude in mysql"

Code answers related to "SQL"

Browse Popular Code Answers by Language