Re: postgre variable

From: Richard Huxton <dev(at)archonet(dot)com>
To: bandeng <postgredb(at)gmail(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: postgre variable
Date: 2005-05-19 06:55:45
Message-ID: 428C3871.8020201@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

bandeng wrote:
> hello all,
>
> i want to make dynamic sql query like this
>
> select * from tb_cust where name='erick' and age='20'
>
> to
>
> select * from tb_cust $1
>
> i have tried but error comeup

You have tried what? How? What error did you get?

--
Richard Huxton
Archonet Ltd

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Volkan YAZICI 2005-05-19 07:42:32 Re: postgre variable
Previous Message bandeng 2005-05-19 02:11:13 postgre variable