Hello,
I have a simple question. How do I autonumber an integer column called
agentID. I need to insert any rang of numbers in this column.Make it an Identity Column.. Just add the word Identity to the column
definition...
Create Table MyTable
(CustomerID Integer Identity Primary Key Not Null,
Name Varchar(35), etc...)
"Lontae Jones" wrote:
> Hello,
> I have a simple question. How do I autonumber an integer column called
> agentID. I need to insert any rang of numbers in this column.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment