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
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