<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">Hello,<br>
I am a newbie to PostGIS.  I am hoping some one can explain to me why the following simple query doesn't return any info:<br>
<br>
SELECT f.fact_name<br>
FROM factory AS f, inner_area AS i<br>
WHERE i.name = 'Dewsbury'<br>
AND ST_WITHIN (f.geom,i.geom);<br>
<br>
I have geom in as a column and I have 'Dewsbury' as a polygon record in inner_area and there are 5 records in factory that fall within this polygon.  But the resulting table shows that none were selected.<br>
<br>
My assumption here is that the SQL statement is correct, but that something is wrong with the tables:  could it be how I imported the two tables from shapefiles.<br>
<br>
Thanks,<br>
Chandler<br>
</div>
</body>
</html>