This query works fine
SELECT ParcelID, x, y FROM Polygons WHERE Parish = 'Stadhampton' AND ParcelID = 91 AND x BETWEEN 460500 AND 461000
but this query selects multipule ParcelID's when i only want the ones for 91. It seems to be the OR that causes the query not to function as how i thought...
i currently have a perl script that moves files to a different location but i need to add a bit of code that will loop thourgh all the folders in the directory as there are like 5,000 folders in the directory
code currently looks like this
#!/usr/bin/perl
use File::Copy;
opendir(DIR, "X:/Tera...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.