i have 2 tables
table1: num,X,Y
table2: num,X,Y
i need to update X and Y in table1 where table1.num = table2.num
how to do it ?
i need it in Oracle query (i think that in sql server it will work too)
thank’s in advance
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.
FOR oracle:
FOR mssql: