Create table syntax

From: "satish rao " <csr_del(at)rediffmail(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: Create table syntax
Date: 2001-08-28 07:11:21
Message-ID: 20010828071121.1863.qmail@mailweb22.rediffmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

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

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Vladimir Terziev 2001-08-28 15:15:29 Problem with sequences
Previous Message Giorgio Volpe 2001-08-27 08:34:25 Apache authentication and v7.1