Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
sree1509
Starting Member
1 Post |
Posted - 2014-05-23 : 02:35:53
|
I have table with latitude,longitude and postcodes. I want select the records which are near by given postcode and radius in miles. e.g user will give inputs postcode = 'NW44JL' and radius = 1 mile. I need to get all the records from the table with in 1 mile radius of postcode 'NW44JL'. Can anyone help me to get this. Thanks. |
|
Lamprey
Master Smack Fu Yak Hacker
4614 Posts |
|
|
|
|