i want Select query without identy column..
can select data without identity column data?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Suthish NairPosted Mar 10, 2011, 2:34 PM
Guest UserPosted Mar 10, 2011, 9:15 AM
SELECT FirstName, LastName FROM Person
If "Person" has an identity column, you won't see it in the resultset.