not able to execute query on spatial database. - Mailing list pgsql-sql

From vamsee movva
Subject not able to execute query on spatial database.
Date
Msg-id be5110d00610270734o3e202cc0o725340d144aff3c2@mail.gmail.com
Whole thread Raw
Responses Re: not able to execute query on spatial database.  ("Aaron Bono" <postgresql@aranya.com>)
Re: not able to execute query on spatial database.  (Michael Fuhr <mike@fuhr.org>)
List pgsql-sql
Hello all,<br />            I am working with spatial tables. i have two spatial data tables, one represents the whole
stateand another table represents the damaged locations in the state. My aim is to find number of damaged locations in
everycounty or parish.<br /> Here i am giving the query i used to do this, could you please tell me whether i am doing
rightthing or not.<br /><br /><span style="font-weight: bold;">select count(*) from damagedlocations l1,county l2 where
(l2.the_geomand l1.the_geom) and l2.parishid=particular_parishid;<br /><span style="font-weight: bold;"><br /><span
style="font-weight:bold;"></span></span></span>thanks in advance.<br /> vamsee movva<span style="font-weight:
bold;"><spanstyle="font-weight: bold;"><span style="font-weight: bold;"></span><br /></span></span> 

pgsql-sql by date:

Previous
From: "Jon Horsman"
Date:
Subject: Re: How to query information schema from shell script
Next
From: "Jon Horsman"
Date:
Subject: Re: How to query information schema from shell script