Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

alter table queries

Status
Not open for further replies.

daz321

Programmer
May 31, 2002
17
GB
Is it possible to add an column of type autonumber (rather than integer) to a table.
 
Sure, try the following:
[tt]
ALTER TABLE YourTable
ADD COLUMN ID Counter
[/tt]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top