06-30-2009, 02:52 PM
|
#3 (permalink)
|
|
The Wanderer
Join Date: Nov 2007
Posts: 13
Thanks: 0
|
OK, I actually ended up fixing up the problem by experimenting. This SQL solved it:
SELECT Lat,Lng FROM zip_lookup WHERE LOWER(ZIP) = 'k1a 0b1' AND ID > 0
Anyone know of any reasons why this would happen?
Thanks,
Andrew
|
|
|
|