Re: to add table with primary key

From: codadilupo <yossarian99_at_operamail.com>
Date: Thu, 28 Feb 2008 14:13:39 +0100
Message-ID: <47c6b383$0$11543$5fc30a8_at_news.tiscali.it>


Bumsys_at_gmail.com wrote:

> create sequence au_clients_seq start with 1 increment by 1
> nomaxvalue;
>
> i want that primary fey start with 0. what can do in this case?

create sequence au_clients_seq start with 0 MINVALUE 0 increment by 1 nomaxvalue;

C. Received on Thu Feb 28 2008 - 14:13:39 CET

Original text of this message