Update many rows into one table from another table based on one column in each being equal (user_id).
both tables have a user_id column. Need to insert data from t2 into t1 when the user_id column are equal.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
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.
Or this (if t2.column1 <=> t1.column1 are many to one and anyone of them is good):