all groups > sql server programming > april 2007 >
You're in the

sql server programming

group:

create table primary key clustered asc


create table primary key clustered asc arhunprhaasath.a NO[at]SPAM gmail.com
4/4/2007 9:22:23 PM
sql server programming:
Specifies the order in which the column or columns participating in
table constraints are sorted. The default is ASC.

ex:

create table...


constraint [field name] primary key clustered
( [field name] asc
)


what's the meaning ?
Re: create table primary key clustered asc Anith Sen
4/5/2007 12:00:00 AM
Your question is not clear. Can you elaborate on what exactly you are
looking for? Did you check SQL Server Books Online for the syntax and usage
details before attempting newsgroups?

--
Anith

AddThis Social Bookmark Button