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 > Sybase > how to do table...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 1 Topic 2411 of 2512
Post > Topic >>

how to do table + primary key

by Bumsys@[EMAIL PROTECTED] Feb 28, 2008 at 06:57 AM

create table au_clients (
        id          numeric(10,0)  identity,
        name        varchar(255)   not null,
		constraint au_clients_pk primary key (id))
        with identity_gap = 10
go

how to do that primary key begins from 0?
 




 1 Posts in Topic:
how to do table + primary key
Bumsys@[EMAIL PROTECTED]   2008-02-28 06:57:26 

Post A Reply:
  Go here to Signup

AddThis Feed Button


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

Contact
tan13V112 Thu Jul 24 14:11:03 CDT 2008.