pgaccess INSERT from parameter how?

Поиск
Список
Период
Сортировка
От Roy Souther
Тема pgaccess INSERT from parameter how?
Дата
Msg-id 0106141657240A.04368@OlympusMons
обсуждение исходный текст
Список pgsql-general
I am trying to get input with pgaccess and save it to a temp table. Like so...
CREATE TEMP TABLE my_var (my_input char(8));
INSERT TO my_var VALUES ('[parameter "Your name"]')

But that does not work. Is there any way to do this? What I was tring to do
was make a varible so that I could get an input and use it a few times. Dose
PostgreSQL or pgaccess support varibles of any kind?

--
Roy Souther <roy@silicontao.com>

01100010 10101110 11000110 11010110 00000100 10110010 10010110 11000110
01001110 11110110 11001110 00010110 10010110 00101110 10000100 10000100


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: problem connecting from another host
Следующее
От: "Eric Ridge"
Дата:
Сообщение: Indexing varchar[]'s