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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T06:19:23+00:00 2026-05-16T06:19:23+00:00

I want to add a field if possible that contains data from another field

  • 0

I want to add a field if possible that contains data from another field on the same table. In this case I want everythhing in table.newfield to show values from table.oldfield that are less than 100. Can I do this in sql? Or shall I stick to doing this in a select query for reports?

Mysql 5,1 innodb strict mode

  • 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-16T06:19:24+00:00Added an answer on May 16, 2026 at 6:19 am

    You could perform an update once you’ve added the new column eg

    ALTER the table to add a Nullable Int/Long/??? called NewField
    
    UPDATE Table SET NewField = OldField WHERE OldField<100
    

    this woul, of course, only update when the query is run

    You may also want to look into using views – these are effectively queries that are treated as tables. so you could have a view which does:

    SELECT <Other Fields>,
        CASE WHEN OldField<100 THEN OldField
        ELSE NUll
    END CASE
    FROM table
    

    (The syntax for the above is unchecked but should be approximately correct)

    For more reading: Creating Views, MySQL Case Statements

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

Sidebar

Related Questions

i have a table with about 200,000 records. i want to add a field
I want to add an extra field to my query that will have the
I want to add 100 entry to users table numbers field, random characters length
I want to add expire TIMESTAMP in DB table. I have one field timestamp
I want to add a value to an array that is inside another array.
How to add custom field into MarketPress (Wordpress)? I want to add 2 custom
I want to add a new Stage called field to the default one (i
How can I add a database field to the Magento global search? I want
I want to create a widget like Stack Overflow Tag Field. How to add
i want to ask. How to add break after paragraph in one text field

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.