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 > to add table wi...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 5 Topic 2715 of 2771
Post > Topic >>

to add table with primary key

by Bumsys@[EMAIL PROTECTED] Feb 28, 2008 at 05:01 AM

create table au_clients (
        id          number(10)      not null,
        name        varchar2(255)   not null,
    	constraint au_clients_pk primary key (id));
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?
 




 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
tan13V112 Wed Jul 9 0:45:41 CDT 2008.