Re: [SQL] not able to execute query on spatial database.

2006-10-29 Thread Michael Fuhr
On Fri, Oct 27, 2006 at 09:34:21AM -0500, vamsee movva wrote: > I am working with spatial tables. i have two spatial data tables, Are you using PostGIS? If so then you might get more help on the postgis-users list. http://postgis.refractions.net/mailman/listinfo/postgis-users > one represents t

Re: [SQL] not able to execute query on spatial database.

2006-10-27 Thread Aaron Bono
On 10/27/06, vamsee movva <[EMAIL PROTECTED]> wrote: Hello all,    I am working with spatial tables. i have two spatial data tables, one represents the whole state and another table represents the damaged locations in the state. My aim is to find number of damaged locations in every county

[SQL] not able to execute query on spatial database.

2006-10-27 Thread vamsee movva
Hello all,    I am working with spatial tables. i have two spatial data tables, one represents the whole state and another table represents the damaged locations in the state. My aim is to find number of damaged locations in every county or parish. Here i am giving the query i used to do th