• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Insert many rows to another table

 
Ranch Hand
Posts: 66
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have 2 table, they are table A and table B
In "A" table i have 100 rows and in "B" table i have 200 rows. i want to insert all 100 rows in "A" table to "B" table. But i have no commons rows to match and no timestamp column available and i would like to insert all 100 rows in to Table "B" single statment
 
Bartender
Posts: 2662
19
Netbeans IDE C++ Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Ajith,

Can you give us a bit more info? It's difficult to understand your problem from what you explained.

An example of some rows in table A and B, and the result that you expect will help.

Regards, Jan
 
reply
    Bookmark Topic Watch Topic
  • New Topic