Create table syntax

Поиск
Список
Период
Сортировка
От satish rao
Тема Create table syntax
Дата
Msg-id 20010828071121.1863.qmail@mailweb22.rediffmail.com
обсуждение исходный текст
Ответы Re: Create table syntax
Список 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












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

Предыдущее
От: jake@omnimode.com (jake johnson)
Дата:
Сообщение: DBD::Pg install error (freebsd)
Следующее
От: "Jaydip"
Дата:
Сообщение: Help On Postgresql