Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Data Bases > Oracle Tools > Re: to add tabl...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 2 of 5 Topic 2715 of 2833
Post > Topic >>

Re: to add table with primary key

by codadilupo <yossarian99@[EMAIL PROTECTED] > Feb 28, 2008 at 02:13 PM

Bumsys@[EMAIL PROTECTED]
 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.
 




 5 Posts in Topic:
to add table with primary key
Bumsys@[EMAIL PROTECTED]   2008-02-28 05:01:46 
Re: to add table with primary key
codadilupo <yossarian9  2008-02-28 14:13:39 
Re: to add table with primary key
"shakespeare" &  2008-02-28 14:24:40 
Re: to add table with primary key
codadilupo <yossarian9  2008-02-28 14:35:31 
Re: to add table with primary key
Bumsys@[EMAIL PROTECTED]   2008-02-28 05:18:58 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Tue Dec 2 20:17:40 CST 2008.