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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T10:12:35+00:00 2026-06-15T10:12:35+00:00

I just curious about updating mysql table record (in connection with php) as follows.

  • 0

I just curious about updating mysql table record (in connection with php) as follows.

  1. Update a value. Eg: In mysql table it has value “100”. User wants add “50” to that value. Using php code pass “50” to mysql table and it adds “50” to “100” and update to “150”.

  2. Append data to a existing value.
    Eg: There is already a number in mysql table field “Contact” (0123456789)and new number should be append to the same field and separate using a comma or something (0123456789, 9876543210). Not using fields contact1, contact2 etc.

I am asking this normally we retrieve all the data from the table and do all the mathematical operations and after all we overwrite and update the table. Is there a way in the dbms to manage this kind of situation?

  • 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-15T10:12:35+00:00Added an answer on June 15, 2026 at 10:12 am

    for 1 you could use

    set col =col + 50
    

    and for two you could use

    set contact = case when contact is null then '12345' else concat(contact, ',  12345') end
    

    but using csv in a database is only a good thing in certain situstions. This is not one of them I think. I would use a one to many relation with a seperate table. Consider the following.

    1. removing one contact number means parsing the string and creating a new value.
    2. find people with a certain number
    3. ordering by number
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Just curious about how jaxb works, I have a class annotated as follows: @XmlRootElement(name
I was just curious about the password mode display of the TextInput control in
I'm just curious to know about this.When i heard about Spring.net and tried some
Just curious. I heard something about the new G1GC addressing that latency problem. I
i'm just curious. so i ask this particular question about SQLite. I haven't use
... after having just read http://www.cocoadev.com/index.pl?CocoaInsecurity ... I am curious to know about your
I just learned about comet pattern(Long polling) and very curious to implement a simple
This is just an I am Curious question. In C#-in-depth Jon Skeet says about
Just curious about it... Cedric Beust created TestNG and I understand from an interview
Just curious about a particular scenario of NAT. Let's suppose we have 4 computers

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.