Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8225891
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T15:34:13+00:00 2026-06-07T15:34:13+00:00

I have two tables in sql server 2008 R2. one table has records as

  • 0

I have two tables in sql server 2008 R2.
one table has records as follows, this table is called ASTM_Table

ASTM_Tables

and another table called ASTM1 is like this

enter image description here

Astm1 table contains gravity with 0.1 difference while “astm_table” has gravity with a difference of 0.5 (However, this table is the latest)

All i want is to have all those records from astm1 table and merge them in astm_table, but only those records that are not available in astm_table.

For example, in astm_table, gravity 54.1, 54.2, 54.3, 54.4, 54.6, 54.7, 54.8, 54.9 are not available. so i want to get these values from astm1 table and copy them in astm_table.

is it possible and yes then which query would do the job right? Please Help

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-07T15:34:14+00:00Added an answer on June 7, 2026 at 3:34 pm

    If I”m understanding you correctly, you just want to insert all the rows from ASTM1, except those already in ASTM_Table. In that case:

    INSERT INTO ASTM_Table
    (astm_id,Table_No,Temperature,Gravity,Result)
    SELECT
    id,
    TBLE,
    TEMPR,
    GRV_OB,
    GRV_SP
    FROM ASTM1
    WHERE
    NOT EXISTS(SELECT * FROM ASTM_Table X WHERE X.Gravity=GRV_OB)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In SQL Server 2008 I have two tables. One table for users: id_user -
In SQL Server 2008: I have two tables, dtlScheme and dtlRenewal, with a one
This is SQL Server 2008. I have these two tables and a join: DECLARE
I have a SQL Server 2008 database that has two tables. These two tables
In SQL server 2008: Suppose I have two tables. Table1 has 3 fields: Name,
I'm using SQL Server 2008. Let's say I have two hypothetical tables like below:
I have SQL Server 2008 Ent and OLTP database with two big tables. How
I have two tables in Sql Server, one containing IDs for files and the
I have an application on a SQL Server 2008 database. This database has a
I have two SQL Server 2008 Enterprise databases (on two machines), and one of

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.