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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T22:41:57+00:00 2026-06-02T22:41:57+00:00

When I use this query, MySQL display me the HY000 error : You can’t

  • 0

When I use this query, MySQL display me the “HY000” error : “You can’t specify target table ‘msg_pv’ for update in FROM clause”.

The problem seems to be that the query and sub-query aim the same table… but this is what I need to do !

 <?php  $requete = $pdo->prepare('UPDATE msg_pv SET 
        lu=:lu
        WHERE id_ref_msg = :id_ref_msg AND date_message > ( SELECT MIN(date_message) FROM msg_pv WHERE id_ref_msg = :id_ref_msg AND lu="0" )');

NOTE: I’ve read some solutions into other posts with INNER JOIN but it was for different tables.

  • 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-02T22:42:00+00:00Added an answer on June 2, 2026 at 10:42 pm

    Try like this

    UPDATE
      msg_pv AS t1
    CROSS JOIN (
      SELECT MIN(date_message) AS date_message FROM msg_pv
      WHERE id_ref_msg = :id_ref_msg AND lu="0"
    ) AS t2
    SET
      t1.lu = :lu
    WHERE
      t1.date_message > t2.date_message
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to use this MySQL query: SET @a:=0; UPDATE tbl SET sortId=@a:=@a+1
How can I make this query work : SELECT column1.....,SUM(Hits) AS Hits FROM table
Is it possible use a MySQL query to perform this kind of check? If
well this is my problem i use 2 source first query (select * from
I query my mySql database table and retrieve text strings that look like this:
I just cant figure out why am getting error 1064 from this query //prep
now i use this code: $welcome_text = mysql_query(SELECT * FROM `text` WHERE `name` =
I want to use this SQL query to get only the records between 8
The answer to another SO question was to use this SQL query: SELECT o.Id,
I use this function substr(tbarticles.articlebody,1,200) as description1 in a query but for some articles

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.