Jump to content

Recommended Posts

Posted

Situation is: I have two tables with similar informations, but one is greater. Smaller table has infos which are not available in the other, but the other one also has something I need to put into the smaller one. I can't just copy/paste them because there are thousands of rows in both of them, and they are sorted.

How to copy specific columns from one table into another one but with excess rows deleted? Example

First --Second

A------- a

B------- b

----------c

D------- d

----------e

----------f

G------- g

I need

A a

B b

D d

G g


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...