I have this in a mysql table:
id
and bolag_id
are int
. lat
and lngitude
are double
.
If I use the the lngitude
column, no results are returned:
lngitude
Query: SELECT * FROM location_forslag WHERE
lngitude= 13.8461208
However, if I use the lat
column, it does return results:
lat
Query: SELECT * FROM location_forslag WHERE
lat= 58.3902782
What is the problem with the lngitude
column?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…