Hello,<div><br></div><div>i want to know whether two location's are within 100 meters range of each other or not.</div><div>i tried using ST_DWITHIN, but its not giving me appropriate answers.</div><div><br></div><div>
my query is "</div><div><br></div><div><div>select st_dwithin(ST_GeomFromText('POINT(19.235308 72.977955)',2163),ST_GeomFromText('POINT(56.6647756667 12.877464)',2163),100) as "result";</div>
</div><div><br></div><div>the result that i get is "t" i.e true, which is logically not correct, the answer i should get is false, since two locations are far beyond 100 meters range.</div><div><br></div><div>Please help me forming an exact query for this.</div>
<div><br></div><div>Regards</div><div>Tasha</div><div><br></div>