I have been trying to get my code that does a proximity search to work. The way it is intended to work is, a user enters x/y coordinate pair for a search. The search retrieves the closest address to the point. So far, that code is working. Below is the working version.
This works fine as far as retrieving the closest address to point. There is however, a slight problem. This is where bounding boxes come in and I have attempted to use it but it is blowing up real big. Here is the ugly code with a “where” predicate added. Does anyone have a clue as to what needs to change here for this to work. SELECT str_num||' ' ||name as full_address, First I don't know how this part of the code: Thanks in advance for your assistance ************************************************************* Select * From Population WHERE skillset > average ************************************************************* Have a great day! Sam Okeh Systems Manager Dept Of Public Works Phone: 404-224-0484 Email Address: [EMAIL PROTECTED] Pager: [EMAIL PROTECTED] On the web at www.fcpublicworks.com
|