what is the formula to find out the latitude and longitude of an address in MySQL? for example customer address is Freibergstrasse 23 12107. how can I find out its latitude and longitude?
Actually I need to know the distance between customer address and its book hotel address. I have hotel latitude and longitude and i need to know customer address longitude and latitude. I am using only MySQL.