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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T07:17:33+00:00 2026-05-16T07:17:33+00:00

I am relatively new to SQL, so I had a question about insertion. I

  • 0

I am relatively new to SQL, so I had a question about insertion.

I have a table of data that I need to import above the existing content of another table. For example, the table I am bringing in has 100 rows, and the table I’m bringing the data into has 100.

I need to make the table I am bringing new data into have 200 rows, and have the first 100 rows blank (so I can update those rows with my new content).

Is there an easy way to do that that I am just missing? Thanks for your 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-05-16T07:17:33+00:00Added an answer on May 16, 2026 at 7:17 am

    Consider that the database is just a data store. How it’s ordered should be up to the client or the caller. Usually the best means of this is with the ORDER BY clause when SELECTing.

    So I’d suggest not worrying about how the RDBMS is storing the data, but how it’s being extracted.

    Likely there’s a column or attribute that you’re focused on keeping/maintaining order. Perhaps it’s a date or number? Consider using that column in your ORDER BY, and remember you can use more than one column in your ordering.

    We shouldn’t rely on how the data is stored for presentation later on.

    /* use SQLite's current_time to save when these records were created*/
    INSERT INTO MyTable (Foo, Bar, CreatedOn)
       SELECT Foo, Bar, current_time
       FROM OtherTable
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am relatively new to sql and asp. My problem is that i need
Im relatively new to the Android world but I have a quick question. I
I am relatively new with sql and I need some help with some basic
I'm relatively new to C# and SQL work and I currently have an application
I am relatively new to MVC3, and am developing a website that will need
I'm relatively new to SQL so forgive my ignorance... I have three tables, SRS_CAP,
I'm relatively new to SQL so the following might be a simple question. I've
I have a JTable displaying rows from an SQL database. The table is relatively
I'm relatively new SQL queries, and I'm trying to join two tables in order
I am relatively new to SQL Server so I hope you can help. Basically

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.