RE: to pass a parameter

Поиск
Список
Период
Сортировка
От Michael Ansley
Тема RE: to pass a parameter
Дата
Msg-id 2D50E16224C8D311B183009027452B476AFC97@INTEC003
обсуждение исходный текст
Ответ на to pass a parameter  (jprem <jprem@srmsoft.co.in>)
Список pgsql-general

I'm under the impression that this substitution is performed by SQLPlus (somebody please correct me otherwise).  Hence, it's not the database server that needs to do this, but the client (i.e. shell, or psql).  This should be achievable using shell script, and psql.

MikeA

>>   -----Original Message-----
>>   From: jprem [mailto:jprem@srmsoft.co.in]
>>   Sent: 09 June 2000 07:39
>>   To: pgsql-general@postgresql.org
>>   Subject: [GENERAL] to pass a parameter
>>  
>>  
>>   hello,
>>           how can i pass a table name dynamically to a query ?
>>  
>>   in oracle we  do
>>      select * from &x
>>  
>>   how is it here ?
>>   please help.
>>  
>>  
>>  

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

Предыдущее
От: jprem
Дата:
Сообщение: to pass a parameter
Следующее
От: NRonayette
Дата:
Сообщение: Re: to pass a parameter