Re: postgre variable

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: postgre variable
Дата
Msg-id 428C3871.8020201@archonet.com
обсуждение исходный текст
Ответ на postgre variable  (bandeng <postgredb@gmail.com>)
Список 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


В списке pgsql-sql по дате отправления:

Предыдущее
От: bandeng
Дата:
Сообщение: postgre variable
Следующее
От: Volkan YAZICI
Дата:
Сообщение: Re: postgre variable