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 6598193
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T18:18:32+00:00 2026-05-25T18:18:32+00:00

Example my table structure current_db ID email name address phone ——————————————— 1 email@email.com John

  • 0

Example my table structure

current_db

ID email           name  address    phone
---------------------------------------------
1  email@email.com John  My Address  123456789
2  email@email.net Peter My Address  123456721

new_db

ID email column1  column2 column3  column4
------------------------------------------

How do I copy only email address from current_db to new_db.

  • 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-05-25T18:18:32+00:00Added an answer on May 25, 2026 at 6:18 pm

    Think I mis-understood… early for me. You mentioned from one database to another, not table to table.

    If the tables were actually kept in separate “databases”, such as rebuilding, or porting to a new database from an old and you were restructuring tables…. You would have to prefocus to the new database and create your table from an insert of the column desired from database.table from another.

    use New_db
    create table x select email from Other_Db.YourTable
    

    However, from re-reading and seeing the other answer, that’s probably closer to what you want

    insert into OneTable ( columnX, columnY, columnZ ) values select x, y, z from OtherTable where...
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have three records in a table example: *Usernames* *email* *city* Nick nick@example.com London
Do you prefix each field in a table with abbreviated table name? Example: Table:
I have two tables, for example: Table A Table B ======= ======= Name |
For example my table is here>> CREATE TABLE tProject( name nvarchar(1000), Goal ntext, Activities
Below is my Table Structure Table 1 id name Table 2 id table1_id I
Given the following table structure: id iata icao name 1 ANC PANC Anchorage -
Example: Table: box boxID color 01 red 02 blue 03 green Table: boxHas boxID
Consider this example table (assuming SQL Server 2005): create table product_bill_of_materials ( parent_product_id int
I have a SQL table like so: Update: I'm changing the example table as
In my database I have tables that define types for example Table: Publication Types

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.