Jump to content

How to add multiple rows at a time..


Guest joy

Recommended Posts

Hi..can some one help me how to add multiple rows at a time.I usually do this using insert into that many times..Ex: If I have to insert two rows I do it this wayINSERT INTO tablenameVALUES(a,b,c)INSERT INTO tablenameVALUES(f,s,d)I am using sql server.Thanks in advance..

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...