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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T05:51:19+00:00 2026-06-12T05:51:19+00:00

Here is my code so far DELIMITER $$ CREATE TRIGGER status AFTER UPDATE ON

  • 0

Here is my code so far

DELIMITER $$
    CREATE TRIGGER status AFTER UPDATE ON users
        FOR EACH ROW BEGIN
            IF NEW.status != OLD.status
            THEN INSERT INTO users (status_change_date)
            VALUES (NOW());
            ENDIF;
END$$

DELIMITER;

What we are trying to do is to update a field with the current date when that specified field is changed and save that date in that same table under status_change_date. The above code throws errors with MySQL. Its screaming at me that it cannot call itself to update the same table. Any help would be greatly appreciated.

  • 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-12T05:51:20+00:00Added an answer on June 12, 2026 at 5:51 am

    I you want to modify the same table, try with using the BEFORE UPDATE trigger instead of AFTER UPDATE , like so:

    DELIMITER $$
        CREATE TRIGGER status BEFORE UPDATE ON users
            FOR EACH ROW BEGIN
                IF NEW.status != OLD.status
                THEN INSERT INTO users (status_change_date)
                VALUES (NOW());
                ENDIF;
    END$$
    
    DELIMITER;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Here's my code so far: #include<iostream> #include<string> #include<fstream> using namespace std; int main() {
Ok. here's the operations i successfully code so far thank's to your help: Adittion:
I'm a total newb to LINQ. Here is the code I have so far:
Here is what I got so far. Please read the comment in the code.
I have a string that is args[0] . Here is my code so far:
Here is my code so far, <html> <head> <title></title> <link rel=stylesheet type=text/css href=http://o.aolcdn.com/dojo/1.1/dojo/resources/dojo.css />
Here is my code so far: - (IBAction) startApproximiteLevel:(id)sender { [getBackgroundLevel startAnimation:self]; float sample1;
Here is my code so far now i want to combine this what i
Here is my code thus far: $(document).ready(function(){ $(.KD).click(function(){ $(p).load('KD.html'); $(.video).load('KDVideo.html'); $(.synopsis-change).toggleClass(synopsis); $(.synopsis).toggleClass(synopsis-change); }); });
Here is my code so far: $friends = $facebook->api('/me/friends'); print_r($friends); I want to print

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.