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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T06:27:44+00:00 2026-06-14T06:27:44+00:00

I want to select one row of a table and insert in another existing

  • 0

I want to select one row of a table and insert in another existing table.
(I use php and MySql. The two tables have the same columns except the id and the timestamp)

I try to make a cart. I want that when someone pays, select all the products of that client and that session from “carret” and insert into “comandes”.

The insert – select works if I say for instance WHERE session=4");
This works too: echo session_id(); So I can get the session
But this two things does not work together. I don’t understand the problem. What is wrong with my where condition?

mysql_query("INSERT INTO comandes (session,client,producte,preu_comanda,quantitat)
         SELECT session,client,producte,preu_unitat,quantitat
         FROM carret
         WHERE session='".session_id()."'");

I tried too without success: WHERE client='$_SESSION[client]'

  • 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-14T06:27:45+00:00Added an answer on June 14, 2026 at 6:27 am

    I finally find the problem with a simple “;” at the end. I post it because it could help to other php beginners like me.

    This works:

    mysql_query("INSERT INTO comandes (id_carret,session,client,producte,preu_comanda,quantitat)
                 SELECT id,session,client,producte,preu_unitat,quantitat
                 FROM carret
                 WHERE session='".session_id()."'");
    

    This does not works!! The problem is with the final “;” if after that there is the “or die …”:

    mysql_query("INSERT INTO comandes (id_carret,session,client,producte,preu_comanda,quantitat)
                 SELECT id,session,client,producte,preu_unitat,quantitat
                 FROM carret
                 WHERE session='".session_id()."'");
    
    or die("error:".mysql_error());
    

    This works. Now I see that, if there is the final “or die…” I should remove the previous “;”

    mysql_query("INSERT INTO comandes (id_carret,session,client,producte,preu_comanda,quantitat)
                 SELECT id,session,client,producte,preu_unitat,quantitat
                 FROM carret
                 WHERE session='".session_id()."'")
    
    or die("error:".mysql_error());
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have two tables and I want to update one row from GROUP BY
I want to select one record at a time from a MySQL table. I
I want to execute one mysql statement where I have a select that is
I want to insert data from one table into another where one field equals
I have two tables. One table is meant to serve as a transaction history
I want make sql query which will insert values from one table to another
I have different select boxes. I want to select second one with related id.
i have users table and i have posts table i want select from users
I have two separate tables both with user id columns uid . I want
I am using following query to bulk insert from one table to another. INSERT

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.