Re: [GENERAL] Create table syntax

2001-08-31 Thread Martijn van Oosterhout
On Tue, Aug 28, 2001 at 06:52:36AM -, 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]

[GENERAL] Create table syntax

2001-08-31 Thread satish rao
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