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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T08:44:15+00:00 2026-05-16T08:44:15+00:00

I have a table where it has two datetimes, one of them is a

  • 0

I have a table where it has two datetimes, one of them is a ‘completed’ datetime, therefore, if it is NULL then the user has not completed.

I am trying to do an update, to update their mobile number.

How can i do it so it does not update the datetime?

currently if the datetime is null it gets set to the earliest possible time.

here is my query:

mysql_query("UPDATE action_4_members
                SET `mobile` = '{$mobile}', 
                    `additional_txt` = '{$additional}', 
                    `misc_data` = '{$store_id}' 
              WHERE `id` = '{$member_id}'") or die(mysql_error());

here is my table definition:

CREATE TABLE `action_4_members` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `campaign_id` int(11) DEFAULT NULL,
  `mobile` varchar(25) DEFAULT NULL,
  `join_txt` varchar(160) DEFAULT NULL,
  `join_txt_date` datetime DEFAULT NULL,
  `additional_txt` varchar(160) DEFAULT NULL,
  `additional_txt_date` datetime DEFAULT NULL,
  `misc_data` text,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=687 DEFAULT CHARSET=latin1
  • 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-16T08:44:16+00:00Added an answer on May 16, 2026 at 8:44 am

    An UPDATE statement will only affect the column(s) you specify (with one caveat):

    UPDATE YOUR_TABLE
       SET mobile_number = '123-456-7890'
    

    The caveat is that if you have a DEFAULT ON UPDATE TIMESTAMP constraint set on the datetime column, the datetime column value will update to when the UPDATE statement was run. If you don’t want this, you need to correct the DEFAULT constraint on the datetime column.

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

Sidebar

Related Questions

I have a table that has two datetime columns (one for start time and
I have one table that has two fields - ID1 and ID2 ID1 can
I have a table inside a form. It has two columns, the first one
I have got two tables. One is a User table with a primary key
I have two tables, round and event. One round has many events. create table
This is a complex one. But I have a table which has a DATETIME
I have a table which has two text boxes and an image beside it
I have a table that has two columns: CommunityID PersonID And A People table
I have created a table in Visual Studio. That table has two columns. First
I have a city table that has two columns from_city to_city now lets assume

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.