<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
Hello,<BR>
 <BR>
I have one table called building.sql which contains points. I want to select building which fall within a circle. This circle is not a sql table but instead only coordinate and radius such as <FONT face="Courier New">circle(point '(0,0)', 2.0)</FONT>. <BR>
 <BR>
My sql query is like this <BR>
select gid, the_geom, floorarea from "building" as m where m.geom within(GeoFromText(<FONT face="Courier New">circle(point '(306404701,6755737)', 200.0))</FONT>);<BR>
 <BR>
But it gives me erro. Does anyone knows where went wrong? <BR>
 <BR>
Thanks a lot<BR>
 <BR>                                          </body>
</html>