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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T15:50:27+00:00 2026-05-27T15:50:27+00:00

How can I update multiple tables with an insert? What I’m trying here doesn’t

  • 0

How can I update multiple tables with an insert? What I’m trying here doesn’t work. Also, how can I add/subtract u.score with the difference between a vote variable and the existing v.weight?

INSERT INTO votes (userid, publication_id, weight) VALUES (1,2,3)
            ON DUPLICATE KEY 
              UPDATE votes v, users u


            SET v.weight=1
              WHERE v.userid=1
              --TODO: update u.score
  • 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-27T15:50:28+00:00Added an answer on May 27, 2026 at 3:50 pm

    It sounds like you probably want to use a trigger:

    http://dev.mysql.com/doc/refman/5.0/en/triggers.html

    Alternatively, you could encapsulate your initial insert, your logic, and any subsequent inserts into a stored procedure:

    http://dev.mysql.com/doc/refman/5.0/en/stored-routines.html

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

Sidebar

Related Questions

How can I update multiple values in MySQL? This didn't work: UPDATE test SET
I am trying to figure out how I can update my sql query dynamically.
I'm trying to integrate a NSURLConnection object with UIProgressView, so I can update the
I'm trying to build a Listview EDIT/Insert template where I can use a checkbox
I know that you can insert multiple rows at once, is there a way
Can we add multiple rows in the database table from one JSF page in
I was wondering how SQLite behaves when it's given multiple databases to insert/update/delete in
Generally when I need to insert/update multiple rows, I will generate (in PHP) a
Can someone provide a good example of multiple UpdatePanels being updated by a singe
How can update a input hidden inside an UpdatePanel on an AsyncPostBack? The user

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.