Re: Create table syntax
От | Martijn van Oosterhout |
---|---|
Тема | Re: Create table syntax |
Дата | |
Msg-id | 20010901001727.B18026@svana.org обсуждение исходный текст |
Ответ на | Create table syntax ("satish rao " <csr_del@rediffmail.com>) |
Список | pgsql-general |
On Tue, Aug 28, 2001 at 06:52:36AM -0000, satish rao wrote: > Hi > > Entered below is the SQL create table syntax: > > CREATE TABLE lists ( > [listid] [int] IDENTITY (1, 1) NOT NULL , > [listname] [varchar] (200) NULL , > [listcreator] [varchar] (200) NULL , > [listdesc] [text] NULL) > > > We need to know that this syntax will work properly in > postgresql while creating the table and the > autoincrement option for the column(listid). If this > syntax is not correct for postgresql, we need the > correct syntax. Have you looked at the documentation? There is plenty on the website and psql has a brief summary when you type \h CREATE TABLE Unfortunatly my postgres server isn't booting right now (version mismatch) so I can't paste the result here... -- Martijn van Oosterhout <kleptog@svana.org> http://svana.org/kleptog/ > It would be nice if someone came up with a certification system that > actually separated those who can barely regurgitate what they crammed over > the last few weeks from those who command secret ninja networking powers.
В списке pgsql-general по дате отправления: