Re: Multiple tables query on Mapserver

From: tiplip <chengwei02(at)gmail(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: Multiple tables query on Mapserver
Date: 2012-02-02 05:32:04
Message-ID: 1328160724935-5449662.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

I just need gid or id in increasing order start from 0 (or 1), fetching their
original gid (or id) value is not necessary:)
can I do that?

David Johnston wrote
>
>
> The general method is to use "UNION" but not sure about the changing of
> the gid and id values...
>
> David J.
> --
> Sent via pgsql-sql mailing list (pgsql-sql@)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-sql
>

--
View this message in context: http://postgresql.1045698.n5.nabble.com/Multiple-tables-query-on-Mapserver-tp5449642p5449662.html
Sent from the PostgreSQL - sql mailing list archive at Nabble.com.

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message David Johnston 2012-02-02 05:45:20 Re: Multiple tables query on Mapserver
Previous Message David Johnston 2012-02-02 05:22:46 Re: Multiple tables query on Mapserver