Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Database & SysAdmin
  3. Database
  4. Compare two tabel and add/update query

Compare two tabel and add/update query

Scheduled Pinned Locked Moved Database
databasecollaborationannouncement
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    member0026
    wrote on last edited by
    #1

    Hi Team, I need to compare two tables and do the add/update functionality.If the Table2 have any new records it should be added in the Table1 and if the Table1 have same records which is in Table2, its should be updated. Table1 ID Name Mark 1 Kishor 56 2 Amit 78 4 Vinay 58 Table2 ID Name Mark 2 Amit 67 6 Raj 89 1 Kishor 98 Output ID Name Mark 1 Kishor 98 2 Amit 67 4 Vinay 58 6 Raj 89

    M 1 Reply Last reply
    0
    • M member0026

      Hi Team, I need to compare two tables and do the add/update functionality.If the Table2 have any new records it should be added in the Table1 and if the Table1 have same records which is in Table2, its should be updated. Table1 ID Name Mark 1 Kishor 56 2 Amit 78 4 Vinay 58 Table2 ID Name Mark 2 Amit 67 6 Raj 89 1 Kishor 98 Output ID Name Mark 1 Kishor 98 2 Amit 67 4 Vinay 58 6 Raj 89

      M Offline
      M Offline
      Mycroft Holmes
      wrote on last edited by
      #2

      It would be useful to know which database you are using. Assuming SQL Server then here is some google foo[^]

      Never underestimate the power of human stupidity RAH

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups