Re: which function should i invoke to create a table and insert tuples?

Поиск
Список
Период
Сортировка
От Guy Rouillier
Тема Re: which function should i invoke to create a table and insert tuples?
Дата
Msg-id 4BF1C0EA.3080008@burntmail.com
обсуждение исходный текст
Ответ на which function should i invoke to create a table and insert tuples?  (sunpeng <bluevaley@gmail.com>)
Ответы Re: which function should i invoke to create a table and insert tuples?  (sunpeng <bluevaley@gmail.com>)
creating a table based on a table in stored in another database  (Malm Paul <paul.malm@saabgroup.com>)
Список pgsql-general
On 5/17/2010 10:31 AM, sunpeng wrote:
> hi,when i do experiment on postgresql 8.4,i need to create a table and
> insert some tuples,which function should i invoke?
> for example,i want to create a table with "create table test (uid
> int,catcode int)" and insert tuples with "insert into test values(1,1)".
> thanks millions!

What do you mean by function?  Are you trying to do this from PgAdmin,
from a stored proc or from some flavor of source code?  If either of the
latter two, which language?

--
Guy Rouillier

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

Предыдущее
От: Thom Brown
Дата:
Сообщение: Re: Fwd: Google Alert - postgresql 8.4
Следующее
От: sunpeng
Дата:
Сообщение: Re: which function should i invoke to create a table and insert tuples?