Hi Armin thanks a lot, now everything is alright!
Armin Burger-2 wrote:
>
> you need to define 2 DB fields used for the OPTIONS, one for the key
> used for the search and one for the displayed value, they can be the
> same if you do not want to use an ID field, like
>
> ... SELECT DISTINCT
you need to define 2 DB fields used for the OPTIONS, one for the key
used for the search and one for the displayed value, they can be the
same if you do not want to use an ID field, like
... SELECT DISTINCT nombre, nombre FROM ...
On 07/11/2011 20:14, salo wrote:
>
> Hello everyone,
>
> I have
Hello everyone,
I have defined the following search options:
pgsql://postgres:postgres@localhost/pizano
SELECT DISTINCT nombre FROM municipios WHERE nombre IS
NOT NULL
ORDER BYnombre