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

From: sunpeng <bluevaley(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: which function should i invoke to create a table and insert tuples?
Date: 2010-05-17 14:31:16
Message-ID: AANLkTik3M_WUyPgQe9wMi2v23Hmd9N2p5-ewGV5mSorM@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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!

peng

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Thom Brown 2010-05-17 14:43:15 Re: which function should i invoke to create a table and insert tuples?
Previous Message Tom Lane 2010-05-17 14:09:54 Re: Getting reference key elements in right orders