Re: [GENERAL] [ADMIN] what the problem with this query

2006-04-20 Thread Jim C. Nasby
On Fri, Apr 14, 2006 at 11:09:16AM +, venu gopal wrote: > Hi all, >When i try to run the following query it gives the following error what > was wrong in the query. > > Query:SELECT o.orgunitname AS ouname, e.entrynumber AS value_field, > centroid(c.the_geom) AS the_geom, c.ogc_fid AS og

Re: [GENERAL] [ADMIN] what the problem with this query

2006-04-14 Thread Guido Barosio
o.orgunitid = e.orgunitid) That ")" is not valid Venu. (Nothing is being enclosed) Regards, Guido On 4/14/06, venu gopal <[EMAIL PROTECTED]> wrote: > > Hi all, >When i try to run the following query it gives the following error what > was wrong in the query. > > Query:SELECT o.orgunitname A