Link to home
Start Free TrialLog in
Avatar of Prysson
Prysson

asked on

ms sql insert query with identity column

I have a table with four columns

user_id
user
user_desc
staff

the user_id column is an int identity column

and the last column needs to be inserted as a null value

How woudl I write the insert statement for that table?

ASKER CERTIFIED SOLUTION
Avatar of Rosenet
Rosenet

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial