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

  • Home
  • SEARCH
  • 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 8328677
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T01:31:17+00:00 2026-06-09T01:31:17+00:00

I current have two views that are pulling in different results. One is in

  • 0

I current have two views that are pulling in different results.
One is in the old database and the other is in the new.
the ond view pulls in ~50000 records whereas the new view is pulling in ~40000
Both have almost all the same data except for one or two columns.

Is there a way where I can combine the two and see what is different?

I have limit knowledge when it comes to queries and joins.

I tried left joining and right joining but it is giving me 100000+ results. I dont want that. I want ~50000 results and have the columns null where there is no info.

Is this possible? thanks

  • 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-09T01:31:20+00:00Added an answer on June 9, 2026 at 1:31 am

    You can try the following. First you join the tables with a left join, and later you filter the null values from the new.

    something like this

    select  *
    from    oldview o
            left join newview n
              on  o.field = n.field
    where   n.value is null
    

    That way you combine them, and have the newview values filtered with the where statement. The thing is, you first combine them, and afterwards you filter them.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In my example, I have 3 views: one red view containing two white views.
I have two different activities that have the same views in the header. Is
Say I have two 2D vectors, one for an objects current position and one
I have two separate views that both show multiple lists of values. Both views
I have two views controlled by a uinavigationcontroller. the first view has a UIWebView
I have two activities one displaying map view and another listview, the main objective
I want to have one model & view that is served by multiple controllers
I have two views in one XIB I want to switch, but I don't
I have a @heper pagination function. That is having two View helper ViewBag and
I have an app that only ever loads a full view one time. My

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.