Inserting mulitple rows

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there a way to create sql to insert multiple rows into
a table through the sql viewer. The data being inserted
is not coming from an existing time. This is a first time
insert into the table. Tried multiple insert statements
but that didn't work.
 
Did you try creating a temp table and inserting rows into
the temp table and then taking the rows from the temp
table and inserting them into the table you would like to
send them to
 
You need to tell use where do you get the "source" for the rows to be
appended.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top