Create table syntax

Поиск
Список
Период
Сортировка
От satish rao
Тема Create table syntax
Дата
Msg-id 20010828065236.4329.qmail@mailweb30.rediffmail.com
обсуждение исходный текст
Ответы Re: Create table syntax  (Martijn van Oosterhout <kleptog@svana.org>)
Список pgsql-general
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.

Hoping for a positive response from ur side.

Regards

Satish Rao








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

Предыдущее
От: ok@mochamail.com (Cody)
Дата:
Сообщение: Re: SELECT FOR UPDATE
Следующее
От: Andrzej Roszkowski
Дата:
Сообщение: m4 macro for pgsql